public class XPathConstants extends Object
XPath常量。
Modifier and Type | Field and Description |
---|---|
static QName |
BOOLEAN
XPath 1.0布尔数据类型。
|
static String |
DOM_OBJECT_MODEL
DOM对象模型的URI,“http://java.sun.com/jaxp/xpath/dom”。
|
static QName |
NODE
XPath 1.0 NodeSet数据类型。
|
static QName |
NODESET
XPath 1.0 NodeSet数据类型。
|
static QName |
NUMBER
XPath 1.0号数据类型。
|
static QName |
STRING
XPath 1.0字符串数据类型。
|
public static final String DOM_OBJECT_MODEL
DOM对象模型的URI,“http://java.sun.com/jaxp/xpath/dom”。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.