Home
last modified time | relevance | path

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

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