22 #if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHNSRESOLVER_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMXPATHNSRESOLVER_HPP
25 #include <xercesc/util/XercesDefs.hpp>
27 XERCES_CPP_NAMESPACE_BEGIN
128 XERCES_CPP_NAMESPACE_END
The DOMXPathNSResolver interface permit prefix strings in the expression to be properly bound to name...
Definition: DOMXPathNSResolver.hpp:37
virtual const XMLCh * lookupPrefix(const XMLCh *URI) const =0
Non-standard extension.
virtual ~DOMXPathNSResolver()
Destructor.
Definition: DOMXPathNSResolver.hpp:68
DOMXPathNSResolver()
Definition: DOMXPathNSResolver.hpp:45
virtual void addNamespaceBinding(const XMLCh *prefix, const XMLCh *uri)=0
Non-standard extension.
virtual void release()=0
Called to indicate that this object (and its associated children) is no longer in use and that the im...
virtual const XMLCh * lookupNamespaceURI(const XMLCh *prefix) const =0
Look up the namespace URI associated to the given namespace prefix.