com.opensymphony.provider
Interface XPathProvider
- All Superinterfaces:
- Provider
- All Known Implementing Classes:
- XalanXPathProvider
public interface XPathProvider - extends Provider
Provider used for obtaining a single Node, or multiple Nodes from a DOM
tree using an XPath expression.
- Version:
- $Revision: 5 $
- Author:
- Joe Walnes
- See Also:
XMLUtils
getNode
Node getNode(Node base,
String xpath)
throws ProviderInvocationException
- Throws:
ProviderInvocationException
getNodes
NodeList getNodes(Node base,
String xpath)
throws ProviderInvocationException
- Throws:
ProviderInvocationException
|