Class NodeNameTest
java.lang.Object
org.apache.commons.jxpath.ri.compiler.NodeTest
org.apache.commons.jxpath.ri.compiler.NodeNameTest
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNodeNameTest
(QName qname) Create a new NodeNameTest.NodeNameTest
(QName qname, String namespaceURI) Create a new NodeNameTest. -
Method Summary
Modifier and TypeMethodDescriptionGet the ns URI.Get the node name.boolean
Learn whether this is a wildcard test.toString()
-
Field Details
-
qname
-
namespaceURI
-
-
Constructor Details
-
NodeNameTest
Create a new NodeNameTest.- Parameters:
qname
- name to match
-
NodeNameTest
Create a new NodeNameTest.- Parameters:
qname
- name to matchnamespaceURI
- uri to match
-
-
Method Details