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 XPathProviderProviderInvocationExceptionpublic org.w3c.dom.NodeList getNodes(org.w3c.dom.Node base,
java.lang.String xpath)
throws ProviderInvocationException
getNodes in interface XPathProviderProviderInvocationExceptionpublic void destroy()
Providerpublic void init()
throws ProviderConfigurationException
Providerinit in interface ProviderProviderConfigurationException - thrown if error in startup
or configuration.