MarcNode select Method MarcQuery Class Library
用 XPath 字符串选择节点

Namespace: DigitalPlatform.Marc
Assembly: DigitalPlatform.MarcQuery (in DigitalPlatform.MarcQuery.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public MarcNodeList select(
	string strXPath,
	int nMaxCount = -1
)

Parameters

strXPath
Type: 联机System String
XPath 字符串
nMaxCount (Optional)
Type: 联机System Int32
限制命中的最多节点数。-1表示不限制

Return Value

被选中的节点集合
See Also