HomeSort by relevance Sort by last modified time
    Searched refs:getLocationPathDepth (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncLast.java 47 m_isTopLevel = compiler.getLocationPathDepth() == -1;
FuncPosition.java 46 m_isTopLevel = compiler.getLocationPathDepth() == -1;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java 314 (compiler.getLocationPathDepth() <= 0));
360 if(compiler.getLocationPathDepth() <= 0)
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 618 public int getLocationPathDepth()
    [all...]

Completed in 178 milliseconds