#include <xalanc/DOMSupport/XalanNamespacesStack.hpp>
Definition at line 49 of file XalanNamespacesStack.hpp.
◆ PrefixResolverProxy()
Construct a PrefixResolver from a XalanNamespaceStack instance.
- Parameters
-
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 |
- Returns
- pointer to the string value if found, otherwise 0.
◆ ~PrefixResolverProxy()
virtual xalanc::XalanNamespacesStack::PrefixResolverProxy::~PrefixResolverProxy |
( |
| ) |
|
|
virtual |
◆ getNamespaceForPrefix()
virtual const XalanDOMString* xalanc::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.
- Parameters
-
- Returns
- namespace that prefix resolves to, or null if prefix is not found
Implements xalanc::PrefixResolver.
◆ getURI()
virtual const XalanDOMString& xalanc::XalanNamespacesStack::PrefixResolverProxy::getURI |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: