public final class __XPathFactory extends XPathFactory
DEFAULT_OBJECT_MODEL_URI, DEFAULT_PROPERTY_NAME| Constructor | Description |
|---|---|
__XPathFactory() |
Construct a new instance.
|
| 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() |
Init method.
|
boolean |
isObjectModelSupported(String objectModel) |
|
XPath |
newXPath() |
|
static void |
restorePlatformFactory() |
|
void |
setFeature(String name,
boolean value) |
|
void |
setXPathFunctionResolver(XPathFunctionResolver resolver) |
|
void |
setXPathVariableResolver(XPathVariableResolver resolver) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewDefaultInstance, newInstance, newInstance, newInstancepublic static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
public static void changeDefaultFactory(String id, ModuleLoader loader)
public static void restorePlatformFactory()
public static void init()
public boolean isObjectModelSupported(String objectModel)
isObjectModelSupported in class XPathFactorypublic void setFeature(String name, boolean value) throws XPathFactoryConfigurationException
setFeature in class XPathFactoryXPathFactoryConfigurationExceptionpublic boolean getFeature(String name) throws XPathFactoryConfigurationException
getFeature in class XPathFactoryXPathFactoryConfigurationExceptionpublic void setXPathVariableResolver(XPathVariableResolver resolver)
setXPathVariableResolver in class XPathFactorypublic void setXPathFunctionResolver(XPathFunctionResolver resolver)
setXPathFunctionResolver in class XPathFactorypublic XPath newXPath()
newXPath in class XPathFactoryCopyright © 2018 JBoss by Red Hat. All rights reserved.