XQillaNSResolver
interface extends the DOMXPathNSResolver
providing the ability to add additional namespace bindings.
More...
#include <XQillaNSResolver.hpp>
Inheritance diagram for XQillaNSResolver:
Public Member Functions | |
Non-standard extension | |
virtual void | addNamespaceBinding (const XMLCh *prefix, const XMLCh *uri)=0 |
Non-standard extension. | |
virtual const XMLCh * | lookupNamespaceURI (const XMLCh *prefix) const =0 |
Look up the namespace URI associated to the given namespace prefix. | |
virtual const XMLCh * | lookupPrefix (const XMLCh *uri) const =0 |
Non-standard extension. | |
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 implementation may relinquish any resources associated with it and its associated children. | |
Protected Member Functions | |
Hidden constructors | |
XQillaNSResolver () |
XQillaNSResolver
interface extends the DOMXPathNSResolver
providing the ability to add additional namespace bindings.
|
|
|
Non-standard extension. XQilla requires additional bindings of namespaces. This method will bind the given prefix to the associated namespace.
|
|
Look up the namespace URI associated to the given namespace prefix. The XPath evaluator must never call this with a null or empty argument, because the result of doing this is undefined.
Implements xercesc::DOMXPathNSResolver. |
|
Non-standard extension. XPath2 implementations require a reverse lookup in the static context. Look up the prefix associated with the namespace URI The XPath evaluator must never call this with a null or empty argument, because the result of doing this is undefined.
Implements xercesc::DOMXPathNSResolver. |
|
Called to indicate that this object (and its associated children) is no longer in use and that the implementation may relinquish any resources associated with it and its associated children. Access to a released object will lead to unexpected result. |