#include <XalanNamespacesStack.hpp>
Inherits PrefixResolver.

Definition at line 49 of file XalanNamespacesStack.hpp.
| XalanNamespacesStack::PrefixResolverProxy::PrefixResolverProxy | ( | const XalanNamespacesStack & | theStack, | |
| const XalanDOMString & | theURI | |||
| ) |
Construct a PrefixResolver from a XalanNamespaceStack instance.
| theStack | The stack to use for prefix resolution | |
| theURI | The namespace URI of the resolver, if any. Only a reference is kept, so this cannot be a temporary |
| virtual XalanNamespacesStack::PrefixResolverProxy::~PrefixResolverProxy | ( | ) | [virtual] |
| virtual const XalanDOMString* XalanNamespacesStack::PrefixResolverProxy::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& XalanNamespacesStack::PrefixResolverProxy::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 |
|
|