#include <xalanc/XPath/ElementPrefixResolverProxy.hpp>
◆ ElementPrefixResolverProxy() [1/2]
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.
- Parameters
-
namespaceContext | context object for namespace resolution |
envSupport | XPath environment support class instance |
domSupport | DOMSupport class instance |
- Deprecated:
◆ ElementPrefixResolverProxy() [2/2]
xalanc::ElementPrefixResolverProxy::ElementPrefixResolverProxy |
( |
const XalanElement * |
namespaceContext, |
|
|
MemoryManager &theManager |
XALAN_DEFAULT_MEMMGR, |
|
|
const XPathEnvSupport * |
envSupport = 0 |
|
) |
| |
Construct an instance of an element prefix resolver proxy.
- Parameters
-
namespaceContext | context object for namespace resolution |
envSupport | XPath environment support class instance |
◆ ~ElementPrefixResolverProxy()
virtual xalanc::ElementPrefixResolverProxy::~ElementPrefixResolverProxy |
( |
| ) |
|
|
virtual |
◆ getNamespaceForPrefix()
Retrieve a namespace corresponding to a prefix.
This assumes that the PrevixResolver holds its own namespace context, or is a namespace context itself.
- Parameters
-
- Returns
- namespace that prefix resolves to, or null if prefix is not found
Implements xalanc::PrefixResolver.
◆ getURI()
virtual const XalanDOMString& xalanc::ElementPrefixResolverProxy::getURI |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: