Package __redirected
Class __XPathFactory
- java.lang.Object
-
- javax.xml.xpath.XPathFactory
-
- __redirected.__XPathFactory
-
public final class __XPathFactory extends XPathFactory
A redirected XPathFactory- Author:
- Jason T. Greene
-
-
Field Summary
-
Fields inherited from class javax.xml.xpath.XPathFactory
DEFAULT_OBJECT_MODEL_URI, DEFAULT_PROPERTY_NAME
-
-
Constructor Summary
Constructors Constructor Description __XPathFactory()Construct a new instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidchangeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)booleangetFeature(String name)static voidinit()Init method.booleanisObjectModelSupported(String objectModel)XPathnewXPath()static voidrestorePlatformFactory()voidsetFeature(String name, boolean value)voidsetXPathFunctionResolver(XPathFunctionResolver resolver)voidsetXPathVariableResolver(XPathVariableResolver resolver)-
Methods inherited from class javax.xml.xpath.XPathFactory
newDefaultInstance, newInstance, newInstance, newInstance
-
-
-
-
Method Detail
-
changeDefaultFactory
public static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
-
restorePlatformFactory
public static void restorePlatformFactory()
-
init
public static void init()
Init method.
-
isObjectModelSupported
public boolean isObjectModelSupported(String objectModel)
- Specified by:
isObjectModelSupportedin classXPathFactory
-
setFeature
public void setFeature(String name, boolean value) throws XPathFactoryConfigurationException
- Specified by:
setFeaturein classXPathFactory- Throws:
XPathFactoryConfigurationException
-
getFeature
public boolean getFeature(String name) throws XPathFactoryConfigurationException
- Specified by:
getFeaturein classXPathFactory- Throws:
XPathFactoryConfigurationException
-
setXPathVariableResolver
public void setXPathVariableResolver(XPathVariableResolver resolver)
- Specified by:
setXPathVariableResolverin classXPathFactory
-
setXPathFunctionResolver
public void setXPathFunctionResolver(XPathFunctionResolver resolver)
- Specified by:
setXPathFunctionResolverin classXPathFactory
-
newXPath
public XPath newXPath()
- Specified by:
newXPathin classXPathFactory
-
-