Class __XPathFactory
java.lang.Object
javax.xml.xpath.XPathFactory
__redirected.__XPathFactory
A redirected XPathFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final XPathFactoryprivate static Constructor<? extends XPathFactory> private static final Constructor<? extends XPathFactory> Fields inherited from class XPathFactory
DEFAULT_OBJECT_MODEL_URI, DEFAULT_PROPERTY_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidchangeDefaultFactory(ModuleIdentifier id, ModuleLoader loader) booleangetFeature(String name) static voidinit()Init method.booleanisObjectModelSupported(String objectModel) newXPath()static voidvoidsetFeature(String name, boolean value) voidvoidMethods inherited from class XPathFactory
getProperty, newDefaultInstance, newInstance, newInstance, newInstance, setProperty
-
Field Details
-
PLATFORM_FACTORY
-
DEFAULT_FACTORY
-
actual
-
-
Constructor Details
-
__XPathFactory
public __XPathFactory()Construct a new instance.
-
-
Method Details
-
changeDefaultFactory
-
restorePlatformFactory
public static void restorePlatformFactory() -
init
public static void init()Init method. -
isObjectModelSupported
- Specified by:
isObjectModelSupportedin classXPathFactory
-
setFeature
- Specified by:
setFeaturein classXPathFactory- Throws:
XPathFactoryConfigurationException
-
getFeature
- Specified by:
getFeaturein classXPathFactory- Throws:
XPathFactoryConfigurationException
-
setXPathVariableResolver
- Specified by:
setXPathVariableResolverin classXPathFactory
-
setXPathFunctionResolver
- Specified by:
setXPathFunctionResolverin classXPathFactory
-
newXPath
- Specified by:
newXPathin classXPathFactory
-