|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathFactoryConfigurationException | |
javax.xml.xpath | |
org.apache.xpath.jaxp |
Uses of XPathFactoryConfigurationException in javax.xml.xpath |
Methods in javax.xml.xpath that throw XPathFactoryConfigurationException | |
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. |
abstract boolean |
XPathFactory.getFeature(java.lang.String name)
Get the state of the named feature. |
Uses of XPathFactoryConfigurationException in org.apache.xpath.jaxp |
Methods in org.apache.xpath.jaxp that throw XPathFactoryConfigurationException | |
void |
XPathFactoryImpl.setFeature(java.lang.String name,
boolean value)
Set a feature for this XPathFactory and
XPath s created by this factory. |
boolean |
XPathFactoryImpl.getFeature(java.lang.String name)
Get the state of the named feature. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |