 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(ELEMENTPREFIXRESOLVERPROXY_HEADER_GUARD_1357924680)
19 #define ELEMENTPREFIXRESOLVERPROXY_HEADER_GUARD_1357924680
42 class XPathEnvSupport;
106 #endif // ELEMENTPREFIXRESOLVERPROXY_HEADER_GUARD_1357924680
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
ElementPrefixResolverProxy(const XalanElement *namespaceContext, MemoryManager &theManager XALAN_DEFAULT_MEMMGR, const XPathEnvSupport *envSupport=0)
Construct an instance of an element prefix resolver proxy.
virtual const XalanDOMString * getNamespaceForPrefix(const XalanDOMString &prefix) const
Retrieve a namespace corresponding to a prefix.
#define XALAN_DEFAULT_MEMMGR
#define XALAN_XPATH_EXPORT
virtual const XalanDOMString & getURI() const
Retrieve the base URI for the resolver.
This class defines an interface for classes that resolve namespace prefixes to their URIs.
virtual ~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.