Uses of Class
global.sandbox.xmlutilities.NodeListCollection

Uses of NodeListCollection in global.sandbox.xmlutilities
 

Methods in global.sandbox.xmlutilities that return NodeListCollection
<E extends Node>
NodeListCollection<E>
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
<E extends Node>
NodeListCollection<E>
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
<E extends Node>
NodeListCollection<E>
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.
<E extends Node>
NodeListCollection<E>
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
<E extends Node>
NodeListCollection<E>
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
<E extends Node>
NodeListCollection<E>
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.
 



Copyright © 2006–2017. All rights reserved.