XPathExecute
The XPathExecute
method returns a LuaXmlNodeSet, which is the result of the supplied XPath query.
Syntax
XPathExecute( xpathQuery )
Arguments
Argument | Description |
---|---|
xpathQuery
|
(string) The xpath query to run. |
Returns
(LuaXmlNodeSet). A LuaXmlNodeSet object.