Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncLast.java47 m_isTopLevel = compiler.getLocationPathDepth() == -1; in postCompileStep()
DFuncPosition.java46 m_isTopLevel = compiler.getLocationPathDepth() == -1; in postCompileStep()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DUnionPathIterator.java314 (compiler.getLocationPathDepth() <= 0)); in createDTMIterator()
360 if(compiler.getLocationPathDepth() <= 0) in loadLocationPaths()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java618 public int getLocationPathDepth() in getLocationPathDepth() method in Compiler