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 ElementPrefixResolverProxy::~ElementPrefixResolverProxy | ( | ) | [virtual] |
virtual const XalanDOMString* ElementPrefixResolverProxy::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& ElementPrefixResolverProxy::getURI | ( | ) | const [virtual] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|