-
Methods in javax.xml.xpath that return XPath
| Modifier and Type |
Method |
Description |
abstract XPath |
XPathFactory.newXPath() |
Return a new XPath using the underlying object
model determined when the XPathFactory was instantiated.
|
-
Classes in org.apache.xpath.jaxp that implement XPath
| Modifier and Type |
Class |
Description |
class |
XPathImpl |
The XPathImpl class provides implementation for the methods defined in
javax.xml.xpath.XPath interface.
|
Methods in org.apache.xpath.jaxp that return XPath
| Modifier and Type |
Method |
Description |
XPath |
XPathFactoryImpl.newXPath() |
Returns a new XPath object using the underlying
object model determined when the factory was instantiated.
|