Class NodeNameTest
- java.lang.Object
-
- org.apache.commons.jxpath.ri.compiler.NodeTest
-
- org.apache.commons.jxpath.ri.compiler.NodeNameTest
-
public class NodeNameTest extends NodeTest
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
- Author:
- Dmitri Plotnikov
-
-
Constructor Summary
Constructors Constructor Description NodeNameTest(QName qname)
Create a new NodeNameTest.NodeNameTest(QName qname, String namespaceURI)
Create a new NodeNameTest.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNamespaceURI()
Get the ns URI.QName
getNodeName()
Get the node name.boolean
isWildcard()
Learn whether this is a wildcard test.String
toString()
-