Home | History | Annotate | Download | only in patterns

Lines Matching refs:NodeTest

39 public class StepPattern extends NodeTest implements SubContextList, ExpressionOwner
141 * Reference to nodetest and predicate for
178 * Set the reference to nodetest and predicate for
194 * Get the reference to nodetest and predicate for
322 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
323 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
324 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
325 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
326 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}.
343 return NodeTest.SCORE_NONE;
352 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
353 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
354 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
355 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
356 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}.
386 if (m_whatToShow == NodeTest.SHOW_BYFUNCTION)
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))
656 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
657 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
658 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
659 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
660 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}.
669 XObject score = NodeTest.SCORE_NONE;
684 if (score != NodeTest.SCORE_NONE)
884 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
885 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
886 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
887 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
888 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}.