Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpMap.java220 else if ((stepType >= OpCodes.FIRST_NODESET_OP) in getNextStepPos()
284 else if ((stepType >= OpCodes.FIRST_NODESET_OP) in getFirstPredicateOpPos()
DOpCodes.java317 static final int FIRST_NODESET_OP = 22; field in OpCodes