The root node from which to search from. To obtain the root node of a XML document,
use the global function XML.decode(documentString)
(it is declared in native_defs.d.ts
and implemented in lua/shared/xml.lua
).
Searches for all children nodes that match the search parameters
The search parameters
An array of XMLSearchNode
objects that match the search parameters
Class to search through a XML tree. Example usage of this class can be found in Translator.