 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680)
19 #define XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680
147 #endif // XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680
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.
#define XALAN_DOMSUPPORT_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual ~NamespaceNodesTreeWalker()
#define XALAN_USES_MEMORY_MANAGER(Type)
virtual bool endNode(const XalanNode *node)
Called when leaving a node.
virtual bool startNode(XalanNode *node)
Called when first walking a node.
#define XALAN_DEFAULT_MEMMGR
A utility class to walk the XalanDocument instance and look for attribute nodes that declare namespac...
virtual const XalanDOMString * getNamespaceForPrefix(const XalanDOMString &prefix) const
Retrieve a namespace corresponding to a prefix.
AttributeVectorTypeDecl AttributeVectorType
virtual bool startNode(const XalanNode *node)
Called when first walking a node.
virtual const XalanDOMString & getURI() const
Retrieve the base URI for the resolver.
XalanMap< const XalanDOMString *, AttributeVectorType > NamespacesMapType
XalanDocumentPrefixResolver(const XalanDocument *theDocument, const XalanDOMString &theURI=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
Constructor.
NamespaceNodesTreeWalker(NamespacesMapType &theMap)
This class defines an interface for classes that resolve namespace prefixes to their URIs.
virtual ~XalanDocumentPrefixResolver()
Xalan implementation of a hashtable.
XalanVector< const XalanNode * > AttributeVectorTypeDecl