Functions.XMLSelectNodes 方法 | |
Select specific nodes via xpath.
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 FUNCTION XMLSelectNodes(
nDocHandle AS INT64,
cSelect AS STRING,
aTagHandles OUT USUAL
) AS LOGIC
public static bool XMLSelectNodes(
long nDocHandle,
string cSelect,
out __Usual aTagHandles
)
查看代码参数
- nDocHandle
- 类型:Int64
Numeric handle for an XML document. - cSelect
- 类型:String
XPath select statement. - aTagHandles
- 类型:__Usual
Output array
返回值
类型:
BooleanReturns .T. (true) nDocHandle is recognized or .F. (false) otherwise.
参见