软件包 | 描述 |
---|---|
javax.xml.xpath |
这个包提供XPath表达式获取评价环境评价对象模型中立的API。
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
XPathFactory.getFeature(String name)
获取已命名的功能的状态。
|
static XPathFactory |
XPathFactory.newInstance(String uri)
使用指定的对象模型,得到一个新的
XPathFactory 实例。
|
static XPathFactory |
XPathFactory.newInstance(String uri, String factoryClassName, ClassLoader classLoader)
从一个工厂类的名字获得一个
XPathFactory 新实例。
|
abstract void |
XPathFactory.setFeature(String name, boolean value)
设置这一
XPathFactory 和
XPath s这个工厂创建的特征。
|
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.