java.lang.Object | |
↳ | javax.xml.xpath.XPathConstants |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QName | BOOLEAN | The XPath 1.0 boolean data type. |
|||||||||
String | DOM_OBJECT_MODEL | The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom". |
|||||||||
QName | NODE | The XPath 1.0 NodeSet data type. |
|||||||||
QName | NODESET | The XPath 1.0 NodeSet data type. |
|||||||||
QName | NUMBER | The XPath 1.0 number data type. |
|||||||||
QName | STRING | The XPath 1.0 string data type. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
The XPath 1.0 boolean data type.
Maps to Java Boolean
.
The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".
The XPath 1.0 NodeSet data type.
Maps to Java Node
.
The XPath 1.0 NodeSet data type.
Maps to Java NodeList
.
The XPath 1.0 number data type.
Maps to Java Double
.
The XPath 1.0 string data type.
Maps to Java String
.