MarcNodeList 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