Home
last modified time | relevance | path

Searched defs:stepType (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java66 int stepType = compiler.getOp(stepOpCodePos); in loadOneWalker() local
100 int stepType; in loadWalkers() local
305 int stepType = compiler.getOp(stepOpCodePos); in getAxisFromStep() local
473 public static boolean mightBeProximate(Compiler compiler, int opPos, int stepType) in mightBeProximate()
561 int stepType; in isOptimizableForDescendantIterator() local
669 int stepType; in analyze() local
829 int stepType; in loadSteps() local
984 int stepType = compiler.getOp(opPos); in createDefaultStepPattern() local
1127 static boolean analyzePredicate(Compiler compiler, int opPos, int stepType) in analyzePredicate()
1169 int stepType = compiler.getOp(opPos); in createDefaultWalker() local
[all …]
DFilterExprWalker.java62 public void init(Compiler compiler, int opPos, int stepType) in init()
DDescendantIterator.java60 int stepType = compiler.getOp(firstStepPos); in DescendantIterator() local
DAxesWalker.java71 public void init(Compiler compiler, int opPos, int stepType) in init()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpMap.java213 int stepType = getOp(opPos); in getNextStepPos() local
277 int stepType = m_opMap.elementAt(opPos); in getFirstPredicateOpPos() local
DCompiler.java827 int stepType = getOp(opPos); in stepPattern() local