Home | History | Annotate | Download | only in templates

Lines Matching refs:NodeTest

36 import org.apache.xpath.patterns.NodeTest;
381 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
382 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
383 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
384 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
385 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}, or
398 if (ex instanceof NodeTest)
400 return ((NodeTest) ex).getDefaultScore();
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)