#include <ElementPrefixResolverProxy.hpp>
Inherits PrefixResolver.

Definition at line 47 of file ElementPrefixResolverProxy.hpp.
| ElementPrefixResolverProxy::ElementPrefixResolverProxy | ( | const XalanElement * | namespaceContext, | |
| const XPathEnvSupport & | envSupport, | |||
| const DOMSupport & | domSupport, | |||
| MemoryManager & | theManager = XalanMemMgrs::getDefaultXercesMemMgr() | |||
| ) |
Construct an instance of an element prefix resolver proxy.
| namespaceContext | context object for namespace resolution | |
| envSupport | XPath environment support class instance | |
| domSupport | DOMSupport class instance |
| ElementPrefixResolverProxy::ElementPrefixResolverProxy | ( | const XalanElement * | namespaceContext, | |
| MemoryManager & | theManager = XalanMemMgrs::getDefaultXercesMemMgr(), |
|||
| const XPathEnvSupport * | envSupport = 0 | |||
| ) |
Construct an instance of an element prefix resolver proxy.
| namespaceContext | context object for namespace resolution | |
| envSupport | XPath environment support class instance |
| virtual ElementPrefixResolverProxy::~ElementPrefixResolverProxy | ( | ) | [virtual] |
| virtual const XalanDOMString* ElementPrefixResolverProxy::getNamespaceForPrefix | ( | const XalanDOMString & | prefix | ) | const [virtual] |
Retrieve a namespace corresponding to a prefix.
This assumes that the PrevixResolver holds its own namespace context, or is a namespace context itself.
| prefix | Prefix to resolve |
Implements PrefixResolver.
| virtual const XalanDOMString& ElementPrefixResolverProxy::getURI | ( | ) | const [virtual] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|