A utility class to walk the XalanDocument instance and look for attribute nodes that declare namespaces.
More...
#include <xalanc/DOMSupport/XalanDocumentPrefixResolver.hpp>
A utility class to walk the XalanDocument instance and look for attribute nodes that declare namespaces.
Definition at line 92 of file XalanDocumentPrefixResolver.hpp.
◆ NamespaceNodesTreeWalker()
xalanc::XalanDocumentPrefixResolver::NamespaceNodesTreeWalker::NamespaceNodesTreeWalker |
( |
NamespacesMapType & |
theMap | ) |
|
◆ ~NamespaceNodesTreeWalker()
virtual xalanc::XalanDocumentPrefixResolver::NamespaceNodesTreeWalker::~NamespaceNodesTreeWalker |
( |
| ) |
|
|
virtual |
◆ endNode() [1/2]
virtual bool xalanc::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 xalanc::TreeWalker.
◆ endNode() [2/2]
virtual bool xalanc::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 xalanc::TreeWalker.
◆ startNode() [1/2]
virtual bool xalanc::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 xalanc::TreeWalker.
◆ startNode() [2/2]
virtual bool xalanc::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 xalanc::TreeWalker.
The documentation for this class was generated from the following file: