Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java858 opPos = getFirstChildPosOfStep(opPos); in stepPattern()
867 opPos = getFirstChildPosOfStep(opPos); in stepPattern()
877 opPos = getFirstChildPosOfStep(opPos); in stepPattern()
891 opPos = getFirstChildPosOfStep(opPos); in stepPattern()
DOpMap.java367 public static int getFirstChildPosOfStep(int opPos) in getFirstChildPosOfStep() method in OpMap