OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 64 milliseconds