#include <XQScopedNamespace.hpp>
Public Member Functions | |
XQScopedNamespace (XPath2MemoryManager *memMgr, const xercesc::DOMXPathNSResolver *prevScope) | |
virtual | ~XQScopedNamespace () |
virtual const XMLCh * | lookupNamespaceURI (const XMLCh *prefix) const |
virtual const XMLCh * | lookupPrefix (const XMLCh *uri) const |
void | setNodeContext (const xercesc::DOMNode *node) |
Protected Attributes | |
const xercesc::DOMXPathNSResolver * | _prevScope |
const xercesc::DOMNode * | _ctxNode |
XQScopedNamespace::XQScopedNamespace | ( | XPath2MemoryManager * | memMgr, | |
const xercesc::DOMXPathNSResolver * | prevScope | |||
) |
virtual XQScopedNamespace::~XQScopedNamespace | ( | ) | [virtual] |
virtual const XMLCh* XQScopedNamespace::lookupNamespaceURI | ( | const XMLCh * | prefix | ) | const [virtual] |
virtual const XMLCh* XQScopedNamespace::lookupPrefix | ( | const XMLCh * | uri | ) | const [virtual] |
void XQScopedNamespace::setNodeContext | ( | const xercesc::DOMNode * | node | ) |
const xercesc:: DOMXPathNSResolver* XQScopedNamespace::_prevScope [protected] |
const xercesc:: DOMNode* XQScopedNamespace::_ctxNode [protected] |