Xalan-C++ API Reference 1.12.0
xalanc::XercesDocumentBridge::BuildBridgeTreeWalker Class Reference

#include <xalanc/XercesParserLiaison/Deprecated/XercesDocumentBridge.hpp>

Inheritance diagram for xalanc::XercesDocumentBridge::BuildBridgeTreeWalker:
[legend]
Collaboration diagram for xalanc::XercesDocumentBridge::BuildBridgeTreeWalker:
[legend]

Classes

struct  NavigatorStackEntryType
 

Public Types

typedef NavigatorBridgeVectorType NavigatorBridgeVectorInnerType
 
typedef XalanVector< NavigatorStackEntryTypeNavigatorStackType
 

Public Member Functions

 BuildBridgeTreeWalker (XercesDocumentBridge *theDocument, XercesBridgeNavigator *theDocumentNavigator, NavigatorBridgeVectorInnerType &theNavigators, IndexType theStartIndex)
 
virtual ~BuildBridgeTreeWalker ()
 
- Public Member Functions inherited from xalanc::XercesTreeWalker
 XercesTreeWalker ()
 Constructor.
 
virtual ~XercesTreeWalker ()
 
virtual void traverse (const DOM_NodeType &pos)
 Perform a pre-order traversal non-recursive style.
 
virtual void traverse (const DOM_NodeType &pos, const DOM_NodeType &parent)
 Perform a pre-order traversal non-recursive style.
 

Protected Member Functions

virtual void startNode (const DOM_NodeType &node)
 
virtual void endNode (const DOM_NodeType &node)
 

Detailed Description

Definition at line 335 of file XercesDocumentBridge.hpp.

Member Typedef Documentation

◆ NavigatorBridgeVectorInnerType

◆ NavigatorStackType

Constructor & Destructor Documentation

◆ BuildBridgeTreeWalker()

xalanc::XercesDocumentBridge::BuildBridgeTreeWalker::BuildBridgeTreeWalker ( XercesDocumentBridge * theDocument,
XercesBridgeNavigator * theDocumentNavigator,
NavigatorBridgeVectorInnerType & theNavigators,
IndexType theStartIndex )

◆ ~BuildBridgeTreeWalker()

virtual xalanc::XercesDocumentBridge::BuildBridgeTreeWalker::~BuildBridgeTreeWalker ( )
virtual

Member Function Documentation

◆ endNode()

virtual void xalanc::XercesDocumentBridge::BuildBridgeTreeWalker::endNode ( const DOM_NodeType & node)
protectedvirtual

◆ startNode()

virtual void xalanc::XercesDocumentBridge::BuildBridgeTreeWalker::startNode ( const DOM_NodeType & node)
protectedvirtual

The documentation for this class was generated from the following file: