Searched defs:opPos (Results 1 - 19 of 19) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAttributeIterator.java40 * @param opPos The position within the op map, which contains the
45 AttributeIterator(Compiler compiler, int opPos, int analysis) argument
48 super(compiler, opPos, analysis);
H A DBasicTestIterator.java68 * @param opPos The position of this iterator in the
73 protected BasicTestIterator(Compiler compiler, int opPos, int analysis) argument
76 super(compiler, opPos, analysis, false);
78 int firstStepPos = OpMap.getFirstChildPos(opPos);
103 * @param opPos The position of this iterator in the
112 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
115 super(compiler, opPos, analysis, shouldLoadWalkers);
111 BasicTestIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
H A DChildIterator.java43 * @param opPos The position within the op map, which contains the
49 ChildIterator(Compiler compiler, int opPos, int analysis) argument
52 super(compiler, opPos, analysis, false);
H A DSelfIteratorNoPredicate.java41 * @param opPos The position within the op map, which contains the
47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis) argument
50 super(compiler, opPos, analysis, false);
H A DChildTestIterator.java49 * @param opPos The position within the op map, which contains the
54 ChildTestIterator(Compiler compiler, int opPos, int analysis) argument
57 super(compiler, opPos, analysis);
H A DOneStepIteratorForward.java47 * @param opPos The position within the op map, which contains the
52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis) argument
55 super(compiler, opPos, analysis);
56 int firstStepPos = OpMap.getFirstChildPos(opPos);
H A DWalkingIteratorSorted.java60 * @param opPos The position of this iterator in the
69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
72 super(compiler, opPos, analysis, shouldLoadWalkers);
68 WalkingIteratorSorted( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
H A DDescendantIterator.java48 * @param opPos The position within the op map, which contains the
53 DescendantIterator(Compiler compiler, int opPos, int analysis) argument
57 super(compiler, opPos, analysis, false);
59 int firstStepPos = OpMap.getFirstChildPos(opPos);
H A DMatchPatternIterator.java67 * @param opPos The position of this iterator in the
74 MatchPatternIterator(Compiler compiler, int opPos, int analysis) argument
78 super(compiler, opPos, analysis, false);
80 int firstStepPos = OpMap.getFirstChildPos(opPos);
H A DFilterExprWalker.java57 * @param opPos positive opcode position for this step.
62 public void init(Compiler compiler, int opPos, int stepType) argument
66 super.init(compiler, opPos, stepType);
76 m_expr = compiler.compile(opPos);
86 m_expr = compiler.compile(opPos + 2);
H A DOneStepIterator.java51 * @param opPos The position within the op map, which contains the
56 OneStepIterator(Compiler compiler, int opPos, int analysis) argument
59 super(compiler, opPos, analysis);
60 int firstStepPos = OpMap.getFirstChildPos(opPos);
H A DUnionPathIterator.java151 * @param opPos The position of this iterator in the
156 public UnionPathIterator(Compiler compiler, int opPos) argument
162 opPos = OpMap.getFirstChildPos(opPos);
164 loadLocationPaths(compiler, opPos, 0);
172 * @param opPos The position of this iterator in the
179 public static LocPathIterator createUnionIterator(Compiler compiler, int opPos) argument
186 UnionPathIterator upi = new UnionPathIterator(compiler, opPos);
304 * @param opPos The position of this iterator in the
311 Compiler compiler, int opPos) throw
310 createDTMIterator( Compiler compiler, int opPos) argument
329 loadLocationPaths(Compiler compiler, int opPos, int count) argument
[all...]
H A DWalkingIterator.java46 * @param opPos The position of this iterator in the
55 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
58 super(compiler, opPos, analysis, shouldLoadWalkers);
60 int firstStepPos = OpMap.getFirstChildPos(opPos);
54 WalkingIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
H A DAxesWalker.java66 * @param opPos The op code position of this location step.
71 public void init(Compiler compiler, int opPos, int stepType) argument
75 initPredicateInfo(compiler, opPos);
H A DPredicatedNodeTest.java155 * @param opPos The op code position of this location step.
159 protected void initPredicateInfo(Compiler compiler, int opPos) argument
163 int pos = compiler.getFirstPredicateOpPos(opPos);
H A DLocPathIterator.java83 * @param opPos The position of this iterator in the
88 protected LocPathIterator(Compiler compiler, int opPos, int analysis) argument
91 this(compiler, opPos, analysis, true);
101 * @param opPos The position of this iterator in the
110 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
109 LocPathIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
H A DWalkerFactory.java152 * @param opPos The position of the operation code for this itterator.
159 Compiler compiler, int opPos,
164 int firstStepPos = OpMap.getFirstChildPos(opPos);
178 iter = new SelfIteratorNoPredicate(compiler, opPos, analysis);
191 iter = new ChildIterator(compiler, opPos, analysis);
199 iter = new ChildTestIterator(compiler, opPos, analysis);
210 iter = new AttributeIterator(compiler, opPos, analysis);
222 iter = new OneStepIteratorForward(compiler, opPos, analysis);
231 iter = new OneStepIterator(compiler, opPos, analysis);
256 iter = new DescendantIterator(compiler, opPos, analysi
158 newDTMIterator( Compiler compiler, int opPos, boolean isTopLevel) argument
400 functionProximateOrContainsProximate(Compiler compiler, int opPos) argument
430 isProximateInnerExpr(Compiler compiler, int opPos) argument
473 mightBeProximate(Compiler compiler, int opPos, int stepType) argument
978 createDefaultStepPattern( Compiler compiler, int opPos, MatchPatternIterator mpi, int analysis, StepPattern tail, StepPattern head) argument
1127 analyzePredicate(Compiler compiler, int opPos, int stepType) argument
1164 createDefaultWalker(Compiler compiler, int opPos, WalkingIterator lpi, int analysis) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DOpMap.java171 * @param opPos index into op map.
172 * @return the op that corresponds to the opPos argument.
174 public int getOp(int opPos) argument
176 return m_opMap.elementAt(opPos);
182 * @param opPos index into op map.
185 public void setOp(int opPos, int value) argument
187 m_opMap.setElementAt(value,opPos);
194 * @param opPos An op position of an operation for which there is a size
198 public int getNextOpPos(int opPos) argument
200 return opPos
210 getNextStepPos(int opPos) argument
256 getNextOpPos(int[] opMap, int opPos) argument
273 getFirstPredicateOpPos(int opPos) argument
331 getFirstChildPos(int opPos) argument
343 getArgLength(int opPos) argument
355 getArgLengthOfStep(int opPos) argument
367 getFirstChildPosOfStep(int opPos) argument
[all...]
H A DCompiler.java108 * @param opPos The current position in the xpath.m_opMap array.
114 public Expression compile(int opPos) throws TransformerException argument
117 int op = getOp(opPos);
124 expr = compile(opPos + 2); break;
126 expr = or(opPos); break;
128 expr = and(opPos); break;
130 expr = notequals(opPos); break;
132 expr = equals(opPos); break;
134 expr = lte(opPos); break;
136 expr = lt(opPos); brea
209 compileOperation(Operation operation, int opPos) argument
231 compileUnary(UnaryOperation unary, int opPos) argument
251 or(int opPos) argument
265 and(int opPos) argument
279 notequals(int opPos) argument
293 equals(int opPos) argument
307 lte(int opPos) argument
321 lt(int opPos) argument
335 gte(int opPos) argument
349 gt(int opPos) argument
363 plus(int opPos) argument
377 minus(int opPos) argument
391 mult(int opPos) argument
405 div(int opPos) argument
419 mod(int opPos) argument
447 neg(int opPos) argument
461 string(int opPos) argument
475 bool(int opPos) argument
489 number(int opPos) argument
503 literal(int opPos) argument
520 numberlit(int opPos) argument
537 variable(int opPos) argument
566 group(int opPos) argument
582 arg(int opPos) argument
599 union(int opPos) argument
641 locationPath(int opPos) argument
664 predicate(int opPos) argument
678 matchPattern(int opPos) argument
724 locationPathPattern(int opPos) argument
742 getWhatToShow(int opPos) argument
821 stepPattern( int opPos, int stepCount, StepPattern ancestorPattern) argument
947 getCompiledPredicates(int opPos) argument
974 countPredicates(int opPos) argument
998 compilePredicates(int opPos, Expression[] predicates) argument
1018 compileFunction(int opPos) argument
1100 compileExtension(int opPos) argument
[all...]

Completed in 194 milliseconds