22#if !defined(XERCESC_INCLUDE_GUARD_DOMXPATHNSRESOLVER_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMXPATHNSRESOLVER_HPP
#define CDOM_EXPORT
Definition XercesDefs.hpp:166
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
The DOMXPathNSResolver interface permit prefix strings in the expression to be properly bound to name...
Definition DOMXPathNSResolver.hpp:37
virtual const XMLCh * lookupNamespaceURI(const XMLCh *prefix) const =0
Look up the namespace URI associated to the given namespace prefix.
DOMXPathNSResolver()
Definition DOMXPathNSResolver.hpp:45
virtual void addNamespaceBinding(const XMLCh *prefix, const XMLCh *uri)=0
Non-standard extension.
virtual ~DOMXPathNSResolver()
Destructor.
Definition DOMXPathNSResolver.hpp:68
virtual const XMLCh * lookupPrefix(const XMLCh *URI) const =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...