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 Deprecated Methods Modifier and Type Method Description static void
changeDefaultFactory(String id, ModuleLoader loader)
static void
changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
boolean
getFeature(String name)
static void
init()
Deprecated.boolean
isObjectModelSupported(String objectModel)
XPath
newXPath()
static void
restorePlatformFactory()
void
setFeature(String name, boolean value)
void
setXPathFunctionResolver(XPathFunctionResolver resolver)
void
setXPathVariableResolver(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)
-
changeDefaultFactory
public static void changeDefaultFactory(String id, ModuleLoader loader)
-
restorePlatformFactory
public static void restorePlatformFactory()
-
init
@Deprecated public static void init()
Deprecated.Init method.
-
isObjectModelSupported
public boolean isObjectModelSupported(String objectModel)
- Specified by:
isObjectModelSupported
in classXPathFactory
-
setFeature
public void setFeature(String name, boolean value) throws XPathFactoryConfigurationException
- Specified by:
setFeature
in classXPathFactory
- Throws:
XPathFactoryConfigurationException
-
getFeature
public boolean getFeature(String name) throws XPathFactoryConfigurationException
- Specified by:
getFeature
in classXPathFactory
- Throws:
XPathFactoryConfigurationException
-
setXPathVariableResolver
public void setXPathVariableResolver(XPathVariableResolver resolver)
- Specified by:
setXPathVariableResolver
in classXPathFactory
-
setXPathFunctionResolver
public void setXPathFunctionResolver(XPathFunctionResolver resolver)
- Specified by:
setXPathFunctionResolver
in classXPathFactory
-
newXPath
public XPath newXPath()
- Specified by:
newXPath
in classXPathFactory
-
-