Uses of Class
javax.xml.xpath.XPathFactory
Packages that use 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.xpathMethods in javax.xml.xpath that return XPathFactoryModifier and TypeMethodDescriptionstatic XPathFactoryXPathFactory.newDefaultInstance()Creates a new instance of theXPathFactorybuiltin system-default implementation.static XPathFactoryXPathFactory.newInstance()Get a newXPathFactoryinstance using the default object model,DEFAULT_OBJECT_MODEL_URI, the W3C DOM.static XPathFactoryXPathFactory.newInstance(String uri) Obtains a newXPathFactoryinstance using the specified object model.static XPathFactoryXPathFactory.newInstance(String uri, String factoryClassName, ClassLoader classLoader) Obtain a new instance of aXPathFactoryfrom a factory class name.