#include <XercesDocumentBridge.hpp>
Inherits XercesTreeWalker.
Classes | |
struct | NavigatorStackEntryType |
Public Types | |
typedef NavigatorBridgeVectorType | NavigatorBridgeVectorInnerType |
typedef XalanVector< NavigatorStackEntryType > | NavigatorStackType |
Public Member Functions | |
BuildBridgeTreeWalker (XercesDocumentBridge *theDocument, XercesBridgeNavigator *theDocumentNavigator, NavigatorBridgeVectorInnerType &theNavigators, IndexType theStartIndex) | |
virtual | ~BuildBridgeTreeWalker () |
![]() | |
XercesTreeWalker () | |
Constructor. More... | |
virtual | ~XercesTreeWalker () |
virtual void | traverse (const DOM_NodeType &pos) |
Perform a pre-order traversal non-recursive style. More... | |
virtual void | traverse (const DOM_NodeType &pos, const DOM_NodeType &parent) |
Perform a pre-order traversal non-recursive style. More... | |
Protected Member Functions | |
virtual void | startNode (const DOM_NodeType &node) |
virtual void | endNode (const DOM_NodeType &node) |
Definition at line 339 of file XercesDocumentBridge.hpp.
typedef NavigatorBridgeVectorType XercesDocumentBridge::BuildBridgeTreeWalker::NavigatorBridgeVectorInnerType |
Definition at line 343 of file XercesDocumentBridge.hpp.
typedef XalanVector<NavigatorStackEntryType> XercesDocumentBridge::BuildBridgeTreeWalker::NavigatorStackType |
Definition at line 370 of file XercesDocumentBridge.hpp.
XercesDocumentBridge::BuildBridgeTreeWalker::BuildBridgeTreeWalker | ( | XercesDocumentBridge * | theDocument, |
XercesBridgeNavigator * | theDocumentNavigator, | ||
NavigatorBridgeVectorInnerType & | theNavigators, | ||
IndexType | theStartIndex | ||
) |
|
virtual |
|
protectedvirtual |
Implements XercesTreeWalker.
|
protectedvirtual |
Implements XercesTreeWalker.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|