Uses of Class
javax.xml.xpath.XPathFactory
-
Packages that use XPathFactory Package Description javax.xml.xpath 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
Methods in javax.xml.xpath that return XPathFactory Modifier and Type Method Description static 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)Get 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.
-