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