public class XPathConstants extends Object
XPath constants.
Modifier and Type | Field and Description |
---|---|
static QName |
BOOLEAN
The XPath 1.0 boolean data type.
|
static String |
DOM_OBJECT_MODEL
The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".
|
static QName |
NODE
The XPath 1.0 NodeSet data type.
|
static QName |
NODESET
The XPath 1.0 NodeSet 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
The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.