Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpMap.java221 && (stepType <= OpCodes.LAST_NODESET_OP)) in getNextStepPos()
285 && (stepType <= OpCodes.LAST_NODESET_OP)) in getFirstPredicateOpPos()
DOpCodes.java384 static final int LAST_NODESET_OP = 25; field in OpCodes