java.lang.Object
javax.xml.xpath.XPathConstants
XPath constants.
- Since:
- 1.5
- See Also:
- 
Field SummaryFieldsModifier 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- 
NUMBERThe XPath 1.0 number data type. Maps to Java Double.
- 
STRINGThe XPath 1.0 string data type. Maps to Java String.
- 
BOOLEANThe XPath 1.0 boolean data type. Maps to Java Boolean.
- 
NODESETThe XPath 1.0 NodeSet data type. Maps to Java NodeList.
- 
NODEThe XPath 1.0 NodeSet data type. Maps to Java Node.
- 
DOM_OBJECT_MODELThe URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom". - See Also:
 
 
-