Package __redirected
Class __XPathFactory
java.lang.Object
javax.xml.xpath.XPathFactory
__redirected.__XPathFactory
A redirected XPathFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final XPathFactory
private static Constructor
<? extends XPathFactory> private static final Constructor
<? extends XPathFactory> Fields inherited from class javax.xml.xpath.XPathFactory
DEFAULT_OBJECT_MODEL_URI, DEFAULT_PROPERTY_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
changeDefaultFactory
(ModuleIdentifier id, ModuleLoader loader) boolean
getFeature
(String name) static void
init()
Init method.boolean
isObjectModelSupported
(String objectModel) newXPath()
static void
void
setFeature
(String name, boolean value) void
void
Methods inherited from class javax.xml.xpath.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:
isObjectModelSupported
in classXPathFactory
-
setFeature
- Specified by:
setFeature
in classXPathFactory
- Throws:
XPathFactoryConfigurationException
-
getFeature
- Specified by:
getFeature
in classXPathFactory
- Throws:
XPathFactoryConfigurationException
-
setXPathVariableResolver
- Specified by:
setXPathVariableResolver
in classXPathFactory
-
setXPathFunctionResolver
- Specified by:
setXPathFunctionResolver
in classXPathFactory
-
newXPath
- Specified by:
newXPath
in classXPathFactory
-