|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NodeListCollection in global.sandbox.xmlutilities |
---|
Methods in global.sandbox.xmlutilities that return NodeListCollection | ||
---|---|---|
|
XmlUtilities.evaluateXPath(String query,
Node context,
Class<E> elementType)
Evaluates specified XPath expression on specified context node and returns results as NodeListCollection of specified element types. |
|
static
|
XmlTools.evaluateXPath(String query,
Node context,
Class<E> elementType)
Evaluates specified XPath expression on specified context node and returns results as NodeListCollection of specified element types. |
|
static
|
XmlTools.evaluateXPath(String query,
Node context,
Class<E> elementType,
XmlUtilities xmlUtilities)
Evaluates specified XPath expression on specified context node and returns results as NodeListCollection of specified element types. |
|
|
XmlUtilities.evaluateXPath(String query,
Node context,
NamespaceContext namespaces,
Class<E> elementType)
Evaluates specified XPath expression on specified context node and returns results as NodeListCollection of specified element types. |
|
static
|
XmlTools.evaluateXPath(String query,
Node context,
NamespaceContext namespaces,
Class<E> elementType)
Evaluates specified XPath expression on specified context node and returns results as NodeListCollection of specified element types. |
|
static
|
XmlTools.evaluateXPath(String query,
Node context,
NamespaceContext namespaces,
Class<E> elementType,
XmlUtilities xmlUtilities)
Evaluates specified XPath expression on specified context node and returns results as NodeListCollection of specified element types. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |