Home | History | Annotate | Download | only in patterns

Lines Matching refs:NodeTest

19  * $Id: NodeTest.java 468655 2006-10-28 07:12:06Z minchau $
38 public class NodeTest extends Expression
155 * The match score if the pattern consists of just a NodeTest.
178 * other than just a NodeTest or just a qname.
192 * Construct an NodeTest that tests for namespaces and node names.
199 public NodeTest(int whatToShow, String namespace, String name)
205 * Construct an NodeTest that doesn't test for node names.
210 public NodeTest(int whatToShow)
223 NodeTest nt = (NodeTest)expr;
257 public NodeTest(){}
517 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
518 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
519 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
520 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
521 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}.
591 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
592 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
593 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
594 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
595 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}.
662 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
663 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
664 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
665 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
666 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}.