Public Member Functions | |
ElementPrefixResolverProxy (const XalanElement *namespaceContext, const XPathEnvSupport &envSupport, const DOMSupport &domSupport, MemoryManagerType &theManager XALAN_DEFAULT_MEMMGR) | |
Construct an instance of an element prefix resolver proxy. More... | |
ElementPrefixResolverProxy (const XalanElement *namespaceContext, MemoryManagerType &theManager XALAN_DEFAULT_MEMMGR, const XPathEnvSupport *envSupport=0) | |
Construct an instance of an element prefix resolver proxy. More... | |
virtual | ~ElementPrefixResolverProxy () |
virtual const XalanDOMString * | getNamespaceForPrefix (const XalanDOMString &prefix) const |
Retrieve a namespace corresponding to a prefix. More... | |
virtual const XalanDOMString & | getURI () const |
Retrieve the base URI for the resolver. More... | |
![]() | |
PrefixResolver () | |
PrefixResolver (const PrefixResolver &) | |
virtual | ~PrefixResolver () |
ElementPrefixResolverProxy::ElementPrefixResolverProxy | ( | const XalanElement * | namespaceContext, |
const XPathEnvSupport & | envSupport, | ||
const DOMSupport & | domSupport, | ||
MemoryManagerType &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 |
ElementPrefixResolverProxy::ElementPrefixResolverProxy | ( | const XalanElement * | namespaceContext, |
MemoryManagerType &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 PrefixResolver.
|
virtual |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|