Class | Description |
---|---|
NodeSet |
This class contains the results of the XPath evaluation as a set of result
nodes.
|
ResultNode |
This class provides static methods to work with the
long
values that are of type XPath ResultNode. |
XPath |
This class provides methods to access and work with XPath expressions.
|
XPathMetaInfo |
This class provides a means to give additional inputs the XPath evaluation as
"metainfo".For example, specifying variable binding, namespace
bindings,registering attributes, etc.
|
XPathReader |
This class provides the methods to select elements in stream based way.
|
XPathResult |
This class represents the generic result that is obtained after an XPath
expression is evaluated.The result of the expression can be a
number,string,boolean or a Nodeset.This class holds the results and provides
means to retrieve them appropriately.
|
XSLT |
This class provides transformation methods.
|