Searched defs:mightBeProximate (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java473 public static boolean mightBeProximate(Compiler compiler, int opPos, int stepType) method in class:WalkerFactory
477 boolean mightBeProximate = false;
539 return mightBeProximate;
580 boolean mightBeProximate = mightBeProximate(compiler, stepOpCodePos, stepType);
581 if(mightBeProximate)

Completed in 349 milliseconds