|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPath | |
javax.xml.xpath | |
org.apache.xpath.jaxp |
Uses of XPath in javax.xml.xpath |
Methods in javax.xml.xpath that return XPath | |
abstract XPath |
XPathFactory.newXPath()
Return a new XPath using the underlying object
model determined when the XPathFactory was instantiated. |
Uses of XPath in org.apache.xpath.jaxp |
Classes in org.apache.xpath.jaxp that implement XPath | |
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 | |
XPath |
XPathFactoryImpl.newXPath()
Returns a new XPath object using the underlying
object model determined when the factory was instantiated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |