20#ifndef __XQILLANSRESOLVER_HPP
21#define __XQILLANSRESOLVER_HPP
23#include <xqilla/framework/XQillaExport.hpp>
26XERCES_CPP_NAMESPACE_BEGIN
29XERCES_CPP_NAMESPACE_END
38class XQILLA_API
XQillaNSResolver :
public XERCES_CPP_NAMESPACE_QUALIFIER DOMXPathNSResolver
Definition: XPath2MemoryManager.hpp:46
The XQillaNSResolver interface extends the DOMXPathNSResolver providing the ability to add additional...
Definition: XQillaNSResolver.hpp:39
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...
XQillaNSResolver()
Definition: XQillaNSResolver.hpp:97
virtual const XMLCh * lookupPrefix(const XMLCh *uri) const =0
Non-standard extension.
virtual const XMLCh * lookupNamespaceURI(const XMLCh *prefix) const =0
Look up the namespace URI associated to the given namespace prefix.
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139