点击或拖拽改变大小

Functions.XMLSelectNodes 方法

X#
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
查看代码

参数

nDocHandle
类型:Int64
Numeric handle for an XML document.
cSelect
类型:String
XPath select statement.
aTagHandles
类型:__Usual
Output array

返回值

类型:Boolean
Returns .T. (true) nDocHandle is recognized or .F. (false) otherwise.
参见