Searched refs:UnionPathIterator (Results 1 – 4 of 4) sorted by relevance
41 public class UnionPathIterator extends LocPathIterator class49 public UnionPathIterator() in UnionPathIterator() method in UnionPathIterator156 public UnionPathIterator(Compiler compiler, int opPos) in UnionPathIterator() method in UnionPathIterator186 UnionPathIterator upi = new UnionPathIterator(compiler, opPos); in createUnionIterator()282 UnionPathIterator clone = (UnionPathIterator) super.clone(); in clone()522 wi.exprSetParent(UnionPathIterator.this); in setExpression()528 exp.exprSetParent(UnionPathIterator.this); in setExpression()560 UnionPathIterator upi = (UnionPathIterator) expr; in deepEquals()
32 import org.apache.xpath.axes.UnionPathIterator;93 UnionPathIterator upi = new UnionPathIterator(); in execute()
24 import org.apache.xpath.axes.UnionPathIterator;72 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path) in visitUnionPath()
35 import org.apache.xpath.axes.UnionPathIterator;604 return UnionPathIterator.createUnionIterator(this, opPos); in union()