Searched defs:axesType (Results 1 - 1 of 1) 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...]

Completed in 32 milliseconds