18#if !defined(XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680)
19#define XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680
#define XALAN_DOMSUPPORT_EXPORT
#define XALAN_DEFAULT_MEMMGR
#define XALAN_USES_MEMORY_MANAGER(Type)
#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.
A utility class to walk the XalanDocument instance and look for attribute nodes that declare namespac...
virtual bool endNode(const XalanNode *node)
Called when leaving a node.
virtual bool startNode(const XalanNode *node)
Called when first walking a node.
virtual bool startNode(XalanNode *node)
Called when first walking a node.
NamespaceNodesTreeWalker(NamespacesMapType &theMap)
virtual ~NamespaceNodesTreeWalker()
virtual bool endNode(XalanNode *node)
Called when leaving a node.
virtual const XalanDOMString * duplicateBinding(const AttributeVectorType &theVector) const
This function is called when more than one binding exists for a given prefix.
XalanDocumentPrefixResolver(const XalanDocument *theDocument, const XalanDOMString &theURI=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
Constructor.
XalanMap< const XalanDOMString *, AttributeVectorType > NamespacesMapType
virtual const XalanDOMString & getURI() const
Retrieve the base URI for the resolver.
virtual ~XalanDocumentPrefixResolver()
AttributeVectorTypeDecl AttributeVectorType
virtual const XalanDOMString * getNamespaceForPrefix(const XalanDOMString &prefix) const
Retrieve a namespace corresponding to a prefix.
Xalan implementation of a hashtable.