No examples for this method.
Frequently called with: [Clear]
-1
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".
The XPath 1.0 boolean data type.
Maps to Java Boolean
.
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
.