Searched refs:axesType (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java1759 int axesType;
1764 axesType = AxisName();
1771 axesType = OpCodes.FROM_ATTRIBUTES;
1773 appendOp(2, axesType);
1778 axesType = OpCodes.FROM_CHILDREN;
1780 appendOp(2, axesType);
1786 NodeTest(axesType);
1813 int axesType = ((Integer) val).intValue();
1815 appendOp(2, axesType);
1817 return axesType;
1830 NodeTest(int axesType) argument
[all...]
H A DCompiler.java745 int axesType = getOp(opPos);
760 switch (axesType)
784 switch (axesType)

Completed in 88 milliseconds