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) $
- Author:
- Dmitri Plotnikov
-
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.booleanLearn whether this is a wildcard test.toString()
-
Field Details
-
qname
-
namespaceURI
-
-
Constructor Details
-
NodeNameTest
-
NodeNameTest
-
-
Method Details
-
getNodeName
-
getNamespaceURI
-
isWildcard
public boolean isWildcard()Learn whether this is a wildcard test.- Returns:
trueif the node name is "*".
-
toString
-