Class NodeNameTest
java.lang.Object
org.apache.commons.jxpath.ri.compiler.NodeTest
org.apache.commons.jxpath.ri.compiler.NodeNameTest
Node name test.
-
Constructor Summary
ConstructorsConstructorDescriptionNodeNameTest
(QName qname) Constructs a new NodeNameTest.NodeNameTest
(QName qname, String namespaceURI) Constructs a new NodeNameTest. -
Method Summary
Modifier and TypeMethodDescriptionGets the ns URI.Gets the node name.boolean
Tests whether this is a wildcard test.toString()
-
Constructor Details
-
NodeNameTest
Constructs a new NodeNameTest.- Parameters:
qname
- name to match
-
NodeNameTest
Constructs a new NodeNameTest.- Parameters:
qname
- name to matchnamespaceURI
- uri to match
-
-
Method Details