Example usage for Java javax.xml.xpath XPathConstants fields, constructors, methods, implement or subclass
The text is from its open source code.
QName | NUMBER The XPath 1.0 number data type. Maps to Java Double . |
QName | STRING The XPath 1.0 string data type. Maps to Java String . |
QName | BOOLEAN The XPath 1.0 boolean data type. Maps to Java Boolean . |
QName | NODESET The XPath 1.0 NodeSet data type. Maps to Java org.w3c.dom.NodeList . |
QName | NODE The XPath 1.0 NodeSet data type. |
String | DOM_OBJECT_MODEL The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom". |