Class XPathConstants
java.lang.Object
javax.xml.xpath.XPathConstants
XPath constants.
- Since:
- 1.5
- Version:
- $Revision: 446598 $, $Date: 2006-09-15 14:55:40 +0200 (Fri, 15 Sep 2006) $
- Author:
- Norman Walsh, Jeff Suttor
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameThe XPath 1.0 boolean data type.static final StringThe URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".static final QNameThe XPath 1.0 NodeSet data type.static final QNameThe XPath 1.0 NodeSet data type.static final QNameThe XPath 1.0 number data type.static final QNameThe XPath 1.0 string data type. -
Method Summary
-
Field Details
-
NUMBER
-
STRING
-
BOOLEAN
-
NODESET
-
NODE
-
DOM_OBJECT_MODEL
The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".
- See Also:
-