Home
last modified time | relevance | path

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

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