public interface XPathProvider extends Provider
XMLUtilsorg.w3c.dom.Node getNode(org.w3c.dom.Node base,
java.lang.String xpath)
throws ProviderInvocationException
ProviderInvocationExceptionorg.w3c.dom.NodeList getNodes(org.w3c.dom.Node base,
java.lang.String xpath)
throws ProviderInvocationException
ProviderInvocationException