XMLSelectNodes Function | |
Select specific nodes via xpath.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax FUNCTION XMLSelectNodes(
nDocHandle AS INT64,
cSelect AS STRING,
aTagHandles OUT USUAL
) AS LOGIC
public static bool XMLSelectNodes(
long nDocHandle,
string cSelect,
out Usual aTagHandles
)
Request Example
View SourceParameters
- nDocHandle
- Type: Int64
Numeric handle for an XML document. - cSelect
- Type: String
XPath select statement. - aTagHandles
- Type: Usual
Output array
Return Value
Type:
LogicReturns .T. (true) nDocHandle is recognized or .F. (false) otherwise.
See Also