| Prev Class | Next Class | Frames | No Frames | 
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr | 
java.lang.Objectjavax.xml.xpath.XPathFactorygnu.xml.xpath.XPathFactoryImplpublic class XPathFactoryImplextends XPathFactory| Field Summary | 
| Fields inherited from class javax.xml.xpath.XPathFactory | |
| DEFAULT_OBJECT_MODEL_URI,DEFAULT_PROPERTY_NAME | |
| Method Summary | |
|  boolean | 
 | 
|  boolean | 
 | 
|  XPath | 
 | 
|  void | 
 | 
|  void | 
 | 
|  void | 
 | 
| Methods inherited from class javax.xml.xpath.XPathFactory | |
| getFeature,isObjectModelSupported,newInstance,newInstance,newXPath,setFeature,setXPathFunctionResolver,setXPathVariableResolver | |
public boolean getFeature(String name)
            throws XPathFactoryConfigurationExceptionReturns the state of the named feature.
- Overrides:
- getFeature in interface XPathFactory
public boolean isObjectModelSupported(String objectModel)
Indicates whether the specified object model URI is supported by this factory.
- Overrides:
- isObjectModelSupported in interface XPathFactory
public XPath newXPath()
Returns a new XPath evaluation environment.
- Overrides:
- newXPath in interface XPathFactory
public void setFeature(String name,
                       boolean value)
            throws XPathFactoryConfigurationExceptionSets the state of the named feature.
- Overrides:
- setFeature in interface XPathFactory
public void setXPathFunctionResolver(XPathFunctionResolver resolver)
Sets the XPath extension function resolver calback.
- Overrides:
- setXPathFunctionResolver in interface XPathFactory
public void setXPathVariableResolver(XPathVariableResolver resolver)
Sets the XPath variable resolver calback.
- Overrides:
- setXPathVariableResolver in interface XPathFactory