Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java903 pattern.setPredicates(getCompiledPredicates(opPos + argLen)); in stepPattern()
947 public Expression[] getCompiledPredicates(int opPos) in getCompiledPredicates() method in Compiler
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DPredicatedNodeTest.java167 m_predicates = compiler.getCompiledPredicates(pos); in initPredicateInfo()
DWalkerFactory.java1109 ai.setPredicates(compiler.getCompiledPredicates(argLen)); in createDefaultStepPattern()