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

  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
ContextMatchStepPattern.java 53 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
67 return this.SCORE_NONE;
78 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
90 XObject score = NodeTest.SCORE_NONE;
121 if (score != NodeTest.SCORE_NONE)
128 score = NodeTest.SCORE_NONE;
149 if (score != NodeTest.SCORE_NONE)
154 if (score != NodeTest.SCORE_NONE)
FunctionPattern.java 95 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
107 XNumber score = SCORE_NONE;
115 score = (n == context) ? SCORE_OTHER : SCORE_NONE;
138 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
151 XNumber score = SCORE_NONE;
159 score = (n == context) ? SCORE_OTHER : SCORE_NONE;
181 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
194 XNumber score = SCORE_NONE;
202 score = (n == context) ? SCORE_OTHER : SCORE_NONE;
NodeTest.java 146 * {@link #SCORE_NONE},
188 public static final XNumber SCORE_NONE =
518 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
549 // ? m_score : SCORE_NONE;
553 ? m_score : SCORE_NONE;
571 return (subPartMatch(ns, m_name)) ? m_score : SCORE_NONE;
577 ? m_score : SCORE_NONE;
580 return SCORE_NONE;
592 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
622 // ? m_score : SCORE_NONE;
    [all...]
StepPattern.java 323 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
343 return NodeTest.SCORE_NONE;
353 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
393 return NodeTest.SCORE_NONE;
400 if (score == NodeTest.SCORE_NONE)
401 return NodeTest.SCORE_NONE;
406 return NodeTest.SCORE_NONE;
444 if (NodeTest.SCORE_NONE != super.execute(xctxt, child))
543 if (NodeTest.SCORE_NONE != super.execute(xctxt, child))
657 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
    [all...]
UnionPattern.java 110 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
127 if (score != NodeTest.SCORE_NONE)
138 bestScore = NodeTest.SCORE_NONE;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionChildIterator.java 123 if (score != NodeTest.SCORE_NONE)
MatchPatternIterator.java 310 System.out.println("skip: "+(score == NodeTest.SCORE_NONE));
314 return (score == NodeTest.SCORE_NONE) ? DTMIterator.FILTER_SKIP
PredicatedNodeTest.java 473 if (score != NodeTest.SCORE_NONE)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 382 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
559 if ((head.m_stepPattern.execute(xctxt, targetNode, dtm, expTypeID) != NodeTest.SCORE_NONE)
617 if ((head.m_stepPattern.execute(xctxt, targetNode) != NodeTest.SCORE_NONE)
688 if ((head.m_stepPattern.execute(xctxt, targetNode) != NodeTest.SCORE_NONE)

Completed in 139 milliseconds