Uses of Class
com.japisoft.xpath.NodeSet

Packages that use NodeSet
com.japisoft.xpath   
com.japisoft.xpath.navigator   
com.japisoft.xpath.node   
 

Uses of NodeSet in com.japisoft.xpath
 

Methods in com.japisoft.xpath that return NodeSet
 NodeSet DebugXPathResolver.getNodeSet()
           
 NodeSet Navigator.getNodes(java.lang.Object refNode, java.lang.String axis, java.lang.String nodeType, java.lang.String name, java.lang.String namespaceURI)
           
 NodeSet NodeSet.union(NodeSet set)
          Mix with another NodeSet and return the current one
 NodeSet XPath.resolve()
          Resolve the XPath expression for the reference node.
 NodeSet XPathContext.getNavigatorCacheValue(java.lang.Object node, java.lang.String axis, java.lang.String type, java.lang.String name, java.lang.String namespace)
          Get a previous navigator result or null if nothing is found
 NodeSet XPathContext.getContextNodeSet()
           
 NodeSet XPathContext.getFullDocumentNodes(java.lang.Object refNode)
           
 

Methods in com.japisoft.xpath with parameters of type NodeSet
 void DebugXPathResolver.init(XPathContext context, NodeSet set)
           
 NodeSet NodeSet.union(NodeSet set)
          Mix with another NodeSet and return the current one
 void XPath.addVariable(java.lang.String name, NodeSet value)
          Set a variable value from the XPath expression
 void XPathContext.setNavigatorCacheValue(java.lang.Object node, java.lang.String axis, java.lang.String type, java.lang.String name, java.lang.String namespace, NodeSet res)
          Store a previous navigator result
 void XPathContext.setContextNodeSet(NodeSet n)
          Reset the current NodeSet
 

Uses of NodeSet in com.japisoft.xpath.navigator
 

Methods in com.japisoft.xpath.navigator that return NodeSet
 NodeSet DOMNavigator.getNodes(java.lang.Object refNode, java.lang.String axis, java.lang.String nodeType, java.lang.String name, java.lang.String namespaceURI)
           
 NodeSet FastParserNavigator.getNodes(java.lang.Object refNode, java.lang.String axis, java.lang.String nodeType, java.lang.String name, java.lang.String namespaceURI)
           
 

Uses of NodeSet in com.japisoft.xpath.node
 

Methods in com.japisoft.xpath.node that return NodeSet
 NodeSet Operator.getNSOperand1(XPathContext context)
           
 NodeSet Operator.getNSOperand2(XPathContext context)