18#if !defined(ELEMENTPREFIXRESOLVERPROXY_HEADER_GUARD_1357924680)
19#define ELEMENTPREFIXRESOLVERPROXY_HEADER_GUARD_1357924680
#define XALAN_XPATH_EXPORT
#define XALAN_DEFAULT_MEMMGR
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
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.
ElementPrefixResolverProxy(const XalanElement *namespaceContext, MemoryManager &theManager XALAN_DEFAULT_MEMMGR, const XPathEnvSupport *envSupport=0)
Construct an instance of an element prefix resolver proxy.
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.
This class defines an interface for classes that resolve namespace prefixes to their URIs.