|
Whitebeam Template Reference Documentation
|
rb.XmlNodeSet Object Description (XmlNodeSet Template)
XmlNodeSet is a specialisation of the JavaScript 'Array' class. Instances of this class are returned
from calls to XmlGeneric.select().
Instances of this class are also returned from calls to
XmlGeneric.xpath()
where the evaluated XPath expression yields a node set. As well as the standard Array methods - this class also supports the
select()
and
xpath() methods
in common with elements in the tree. This behaviour allows an XPath query to be performed on, say, the root of a tree to yield a set of nodes. This set can then be further refined to
applying a more detailed query on the results. Methods
|
|
(loadtime : 111ms) |