Package | Description |
---|---|
javax.xml.xpath | |
org.apache.xpath.jaxp |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
XPathFactory.getFeature(java.lang.String name)
Get the state of the named feature.
|
static XPathFactory |
XPathFactory.newInstance(java.lang.String uri)
Get a new
XPathFactory instance using the specified object model. |
abstract void |
XPathFactory.setFeature(java.lang.String name,
boolean value)
Set a feature for this
XPathFactory and XPath s created by this factory. |
Modifier and Type | Method and Description |
---|---|
boolean |
XPathFactoryImpl.getFeature(java.lang.String name)
Get the state of the named feature.
|
void |
XPathFactoryImpl.setFeature(java.lang.String name,
boolean value)
Set a feature for this
XPathFactory and
XPath s created by this factory. |
Copyright © 2014 Apache XML Project. All Rights Reserved.