Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680)
19 #define XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680
47 XALAN_CPP_NAMESPACE_BEGIN
143 XALAN_CPP_NAMESPACE_END
147 #endif // XALANDOCUMENTPREFIXRESOLVER_HEADER_GUARD_1357924680
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.
virtual ~NamespaceNodesTreeWalker()
virtual bool endNode(const XalanNode *node)
Called when leaving a node.
#define XALAN_DOMSUPPORT_EXPORT
This class defines an interface for classes that resolve namespace prefixes to their URIs.
#define XALAN_USES_MEMORY_MANAGER(Type)
XalanMap< const XalanDOMString *, AttributeVectorType > NamespacesMapType
#define XALAN_DEFAULT_MEMMGR
virtual bool startNode(const XalanNode *node)
Called when first walking a node.
virtual ~XalanDocumentPrefixResolver()
A utility class to walk the XalanDocument instance and look for attribute nodes that declare namespac...
Xalan implementation of a hashtable.
virtual const XalanDOMString * getNamespaceForPrefix(const XalanDOMString &prefix) const
Retrieve a namespace corresponding to a prefix.
AttributeVectorTypeDecl AttributeVectorType
XalanVector< const XalanNode * > AttributeVectorTypeDecl
static MemoryManager & getDummyMemMgr()
NamespaceNodesTreeWalker(NamespacesMapType &theMap)
virtual bool startNode(XalanNode *node)
Called when first walking a node.
virtual const XalanDOMString & getURI() const
Retrieve the base URI for the resolver.
virtual bool endNode(XalanNode *node)
Called when leaving a node.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|