Package jd.xml.xpath.object

Contains classes for the XPath objects, i.e.

See:
          Description

Class Summary
Equality Equality represents the equality operators = and !=.
Relation Relation represents the relational operators <, <=, > and >=.
XBoolean XBoolean represents a XPath object with type boolean.
XConvertibleNodeSet A XMutableNodeSet that can be converted to another XPath type and therefore stores only the first added node
XCountNodeSet A XMutableNodeSet that does not store the added nodes but only updates the size information.
XEmptyNodeSet An empty nodeset.
XListNodeSet A MutableNodeSet that stores the added nodes in an array.
XMutableNodeSet A NodeSet to which nodes can be added.
XNodeSet XNodeSet represents a XPath object with type node-set.
XNodeSetFactory A factory class for node-sets.
XNumber XNumber represents a XPath object with type number.
XObject XObject is the base class for the classes that represent objects of the four basic XPath types node-set, boolean, number and string.
XSingleNodeSet A XNodeSet which contains one or zero nodes.
XString XString represents a XPath object with type string.
XSumNodeSet A NodeSet which collects only the sum of the number values of the added nodes but does not provide access to the nodes.
 

Package jd.xml.xpath.object Description

Contains classes for the XPath objects, i.e. the result objects of XPath expressions and functions.