A utility class to walk the XalanDocument instance and look for attribute nodes that declare namespaces.
More...
#include <XalanDocumentPrefixResolver.hpp>
Inherits TreeWalker.
A utility class to walk the XalanDocument instance and look for attribute nodes that declare namespaces.
Definition at line 92 of file XalanDocumentPrefixResolver.hpp.
XalanDocumentPrefixResolver::NamespaceNodesTreeWalker::NamespaceNodesTreeWalker |
( |
NamespacesMapType & |
theMap) | |
|
virtual XalanDocumentPrefixResolver::NamespaceNodesTreeWalker::~NamespaceNodesTreeWalker |
( |
) | |
|
|
virtual |
virtual bool XalanDocumentPrefixResolver::NamespaceNodesTreeWalker::endNode |
( |
const XalanNode * |
node) | |
|
|
protectedvirtual |
Called when leaving a node.
- Parameters
-
- Returns
- return false if the walk should continue, or true if it should not.
Implements TreeWalker.
virtual bool XalanDocumentPrefixResolver::NamespaceNodesTreeWalker::endNode |
( |
XalanNode * |
node) | |
|
|
protectedvirtual |
Called when leaving a node.
- Parameters
-
- Returns
- return false if the walk should continue, or true if it should not.
Implements TreeWalker.
virtual bool XalanDocumentPrefixResolver::NamespaceNodesTreeWalker::startNode |
( |
const XalanNode * |
node) | |
|
|
protectedvirtual |
Called when first walking a node.
- Parameters
-
- Returns
- return false if the walk should continue, or true if it should not.
Implements TreeWalker.
virtual bool XalanDocumentPrefixResolver::NamespaceNodesTreeWalker::startNode |
( |
XalanNode * |
node) | |
|
|
protectedvirtual |
Called when first walking a node.
- Parameters
-
- Returns
- return false if the walk should continue, or true if it should not.
Implements TreeWalker.
The documentation for this class was generated from the following file: