__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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__XPathFactory
public __XPathFactory()
- Construct a new instance.
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:
isObjectModelSupported
in class XPathFactory
setFeature
public void setFeature(String name,
boolean value)
throws XPathFactoryConfigurationException
- Specified by:
setFeature
in class XPathFactory
- Throws:
XPathFactoryConfigurationException
getFeature
public boolean getFeature(String name)
throws XPathFactoryConfigurationException
- Specified by:
getFeature
in class XPathFactory
- Throws:
XPathFactoryConfigurationException
setXPathVariableResolver
public void setXPathVariableResolver(XPathVariableResolver resolver)
- Specified by:
setXPathVariableResolver
in class XPathFactory
setXPathFunctionResolver
public void setXPathFunctionResolver(XPathFunctionResolver resolver)
- Specified by:
setXPathFunctionResolver
in class XPathFactory
newXPath
public XPath newXPath()
- Specified by:
newXPath
in class XPathFactory
Copyright © 2011. All Rights Reserved.