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