Method: EvaluateXPath (strExpression as string) strValue as string
Return Value
The method returns a string
Description
EvaluateXPath() executes an XPath expression with the context node being the beginning of the range selection. The result is returned as a string, in the case of a sequence it is a space-separated string. If XML context node is irrelevant, the user may provide any node, like AuthenticView.XMLDataRoot.
Errors
2001 |
Invalid object |
|
2005 |
Invalid parameter |
|
2008 |
Internal error |
|
2202 |
Missing context node |
|
2211 |
XPath error |