Inheritance diagram for XalanQName::PrefixResolverProxy:
XalanQName::PrefixResolverProxy::PrefixResolverProxy | ( | const NamespacesStackType & | theStack, | |
const XalanDOMString & | theURI | |||
) |
Construct a PrefixResolver from a NamespacesStackType 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 XalanQName::PrefixResolverProxy::~PrefixResolverProxy | ( | ) | [virtual] |
virtual const XalanDOMString* XalanQName::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& XalanQName::PrefixResolverProxy::getURI | ( | ) | const [virtual] |
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|