Xalan-C++ API Reference 1.12.0
|
#include <xalanc/DOMSupport/XalanNamespacesStack.hpp>
Public Member Functions | |
PrefixResolverProxy (const XalanNamespacesStack &theStack, const XalanDOMString &theURI) | |
Construct a PrefixResolver from a XalanNamespaceStack instance. | |
virtual | ~PrefixResolverProxy () |
virtual const XalanDOMString * | getNamespaceForPrefix (const XalanDOMString &prefix) const |
Retrieve a namespace corresponding to a prefix. | |
virtual const XalanDOMString & | getURI () const |
Retrieve the base URI for the resolver. | |
![]() | |
PrefixResolver () | |
PrefixResolver (const PrefixResolver &) | |
virtual | ~PrefixResolver () |
Definition at line 49 of file XalanNamespacesStack.hpp.
xalanc::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 |
References xalanc::XalanNamespacesStack::XalanNamespacesStack().
|
virtual |
|
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 xalanc::PrefixResolver.
|
virtual |
Retrieve the base URI for the resolver.
Implements xalanc::PrefixResolver.
References xalanc::XalanNamespacesStack::XalanNamespacesStack().
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sat May 17 2025 10:52:32 for Xalan-C++ API Reference by