HomeSort by relevance Sort by last modified time
    Searched refs:UnionPathIterator (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java 19 * $Id: UnionPathIterator.java 469314 2006-10-30 23:31:59Z minchau $
41 public class UnionPathIterator extends LocPathIterator
49 public UnionPathIterator()
145 * Create a UnionPathIterator object, including creation
156 public UnionPathIterator(Compiler compiler, int opPos)
182 // For the moment, I'm going to first create a full UnionPathIterator, and
186 UnionPathIterator upi = new UnionPathIterator(compiler, opPos);
282 UnionPathIterator clone = (UnionPathIterator) super.clone()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java 24 import org.apache.xpath.axes.UnionPathIterator;
72 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 32 import org.apache.xpath.axes.UnionPathIterator;
93 UnionPathIterator upi = new UnionPathIterator();
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 35 import org.apache.xpath.axes.UnionPathIterator;
590 * Compile a location path union. The UnionPathIterator itself may create
604 return UnionPathIterator.createUnionIterator(this, opPos);
    [all...]

Completed in 105 milliseconds