Xalan-C++ API Reference 1.12.0
|
#include <xalanc/XPath/ElementPrefixResolverProxy.hpp>
Public Member Functions | |
ElementPrefixResolverProxy (const XalanElement *namespaceContext, const XPathEnvSupport &envSupport, const DOMSupport &domSupport, MemoryManager &theManager XALAN_DEFAULT_MEMMGR) | |
Construct an instance of an element prefix resolver proxy. | |
ElementPrefixResolverProxy (const XalanElement *namespaceContext, MemoryManager &theManager XALAN_DEFAULT_MEMMGR, const XPathEnvSupport *envSupport=0) | |
Construct an instance of an element prefix resolver proxy. | |
virtual | ~ElementPrefixResolverProxy () |
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 47 of file ElementPrefixResolverProxy.hpp.
xalanc::ElementPrefixResolverProxy::ElementPrefixResolverProxy | ( | const XalanElement * | namespaceContext, |
const XPathEnvSupport & | envSupport, | ||
const DOMSupport & | domSupport, | ||
MemoryManager &theManager | XALAN_DEFAULT_MEMMGR | ||
) |
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 |
xalanc::ElementPrefixResolverProxy::ElementPrefixResolverProxy | ( | const XalanElement * | namespaceContext, |
MemoryManager &theManager | XALAN_DEFAULT_MEMMGR, | ||
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 |
|
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 |
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by