18#if !defined(PREFIXRESOLVER_HEADER_GUARD_1357924680)
19#define PREFIXRESOLVER_HEADER_GUARD_1357924680
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
This class defines an interface for classes that resolve namespace prefixes to their URIs.
virtual const XalanDOMString * getNamespaceForPrefix(const XalanDOMString &prefix) const =0
Retrieve a namespace corresponding to a prefix.
virtual ~PrefixResolver()
virtual const XalanDOMString & getURI() const =0
Retrieve the base URI for the resolver.
PrefixResolver(const PrefixResolver &)