Uses of Class
org.planx.xpath.object.XNodeSet

Packages that use XNodeSet
org.planx.xpath.expr   
org.planx.xpath.expr.operator   
 

Uses of XNodeSet in org.planx.xpath.expr
 

Methods in org.planx.xpath.expr that return XNodeSet
 XNodeSet PredicateList.evaluate(XNodeSet ctxtSet, Environment env, Navigator nav)
          Evaluates all predicates for each node in the node set and returns the matching nodes.
 

Methods in org.planx.xpath.expr with parameters of type XNodeSet
 XNodeSet PredicateList.evaluate(XNodeSet ctxtSet, Environment env, Navigator nav)
          Evaluates all predicates for each node in the node set and returns the matching nodes.
 XObject LocationPath.evaluate(XNodeSet nodes, Environment env, Navigator nav)
          Evaluate this location path using each of the nodes in the specified set as context node.
 

Uses of XNodeSet in org.planx.xpath.expr.operator
 

Methods in org.planx.xpath.expr.operator with parameters of type XNodeSet
protected  boolean EqualOperator.compare(XNodeSet s1, XNodeSet s2, Navigator navigator)
           
protected abstract  boolean EqualityOperator.compare(XNodeSet o1, XNodeSet o2, Navigator navigator)
           
protected  boolean NotEqualOperator.compare(XNodeSet o1, XNodeSet o2, Navigator navigator)
          Note the peculiar definition of !
 



Copyright © 2010. All Rights Reserved.