public class XalanXPathProvider extends java.lang.Object implements XPathProvider
Constructor and Description |
---|
XalanXPathProvider() |
public org.w3c.dom.Node getNode(org.w3c.dom.Node base, java.lang.String xpath) throws ProviderInvocationException
getNode
in interface XPathProvider
ProviderInvocationException
public org.w3c.dom.NodeList getNodes(org.w3c.dom.Node base, java.lang.String xpath) throws ProviderInvocationException
getNodes
in interface XPathProvider
ProviderInvocationException
public void destroy()
Provider
public void init() throws ProviderConfigurationException
Provider
init
in interface Provider
ProviderConfigurationException
- thrown if error in startup
or configuration.