软件包 | 描述 |
---|---|
javax.xml.xpath |
这个包提供XPath表达式获取评价环境评价对象模型中立的API。
|
Modifier and Type | Method and Description |
---|---|
static XPathFactory |
XPathFactory.newInstance()
得到一个新的
XPathFactory 实例使用默认的对象模型,
DEFAULT_OBJECT_MODEL_URI ,W3C DOM。
|
static XPathFactory |
XPathFactory.newInstance(String uri)
使用指定的对象模型,得到一个新的
XPathFactory 实例。
|
static XPathFactory |
XPathFactory.newInstance(String uri, String factoryClassName, ClassLoader classLoader)
获得从一个工厂类的新实例的名称
XPathFactory 。
|
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.