Uses of Class
javax.xml.xpath.XPathFactory
| Package | Description |
|---|---|
| javax.xml.xpath | |
| org.apache.xpath.jaxp |
-
Uses of XPathFactory in javax.xml.xpath
Methods in javax.xml.xpath that return XPathFactory Modifier and Type Method Description 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) -
Uses of XPathFactory in org.apache.xpath.jaxp
Subclasses of XPathFactory in org.apache.xpath.jaxp Modifier and Type Class Description classXPathFactoryImplThe XPathFactory builds XPaths.