Uses of Class
javax.xml.xpath.XPathFactory
Package
Description
Provides an object-model neutral API for the
evaluation of XPath expressions and access to the evaluation
environment.
-
Uses of XPathFactory in javax.xml.xpath
Modifier and TypeMethodDescriptionstatic XPathFactory
XPathFactory.newDefaultInstance()
Creates a new instance of theXPathFactory
builtin system-default implementation.static XPathFactory
XPathFactory.newInstance()
Get a newXPathFactory
instance using the default object model,DEFAULT_OBJECT_MODEL_URI
, the W3C DOM.static XPathFactory
XPathFactory.newInstance
(String uri) Obtains a newXPathFactory
instance using the specified object model.static XPathFactory
XPathFactory.newInstance
(String uri, String factoryClassName, ClassLoader classLoader) Obtain a new instance of aXPathFactory
from a factory class name.