Searched refs:SCORE_NONE (Results 1 - 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DContextMatchStepPattern.java53 * {@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)
H A DFunctionPattern.java95 * {@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;
H A DNodeTest.java146 * {@link #SCORE_NONE},
188 public static final XNumber SCORE_NONE = field in class:NodeTest
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...]
H A DStepPattern.java323 * {@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...]
H A DUnionPattern.java110 * {@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/
H A DUnionChildIterator.java123 if (score != NodeTest.SCORE_NONE)
H A DMatchPatternIterator.java310 System.out.println("skip: "+(score == NodeTest.SCORE_NONE));
314 return (score == NodeTest.SCORE_NONE) ? DTMIterator.FILTER_SKIP
H A DPredicatedNodeTest.java473 if (score != NodeTest.SCORE_NONE)
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DTemplateList.java382 * {@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 429 milliseconds