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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1761 int axesType;
1766 axesType = AxisName();
1773 axesType = OpCodes.FROM_ATTRIBUTES;
1775 appendOp(2, axesType);
1780 axesType = OpCodes.FROM_CHILDREN;
1782 appendOp(2, axesType);
1788 NodeTest(axesType);
1815 int axesType = ((Integer) val).intValue();
1817 appendOp(2, axesType);
1819 return axesType;
1832 NodeTest(int axesType) argument
[all...]
H A DCompiler.java747 int axesType = getOp(opPos);
762 switch (axesType)
786 switch (axesType)

Completed in 27 milliseconds