18 #if !defined(XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680)
19 #define XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680
76 const XalanDOMString& theURI = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
83 virtual const XalanDOMString*
84 getNamespaceForPrefix(
const XalanDOMString& prefix)
const;
86 virtual const XalanDOMString&
117 NamespacesMapType& m_map;
131 virtual const XalanDOMString*
132 duplicateBinding(
const AttributeVectorType& theVector)
const;
136 NamespacesMapType m_namespaces;
138 const XalanDOMString m_uri;
147 #endif // XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680
This class defines an interface for classes that resolve namespace prefixes to their URIs...
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
#define XALAN_DEFAULT_MEMMGR
#define XALAN_DOMSUPPORT_EXPORT
Xalan implementation of a hashtable.
A utility class to walk the XalanDocument instance and look for attribute nodes that declare namespac...
#define XALAN_USES_MEMORY_MANAGER(Type)
XalanMap< const XalanDOMString *, AttributeVectorType > NamespacesMapType
AttributeVectorTypeDecl AttributeVectorType
XalanVector< const XalanNode * > AttributeVectorTypeDecl