javax.xml.xpath
public class XPathConstants extends Object
Modifier and Type | Field and Description |
---|---|
static QName |
BOOLEAN
The XPath 1.0 boolean data type.
|
static String |
DOM_OBJECT_MODEL
The URL for the JAXP DOM object model.
|
static QName |
NODE
The XPath 1.0 node data type.
|
static QName |
NODESET
The XPath 1.0 node-set data type.
|
static QName |
NUMBER
The XPath 1.0 number data type.
|
static QName |
STRING
The XPath 1.0 string data type.
|
public static final String DOM_OBJECT_MODEL