creates XPath objects independent of their implementation
specify features on the underlying XPath implementation
get/setFeature( String name, boolean value)
Is the specified object model supported by the underlying implementation.
boolean isObjectModelSupported( String objectModel)
Sets a Resolver object that is used by the underlying implementation to resolve XPath functions.
setXPathFunctionResolver( XPathFunctionResolver resolver)
Sets a Resolver object that is used by the underlying implementation to resolve XPath variables.
setXPathVariableResolver( XPathVariableResolver resolver)
Creates a new instance of XPath.
XPath newXPath()