Xalan-C++ API Reference  1.12.0
Classes | Public Types | Public Member Functions | Protected Member Functions | List of all members
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. 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)
 

Detailed Description

Definition at line 335 of file XercesDocumentBridge.hpp.

Member Typedef Documentation

◆ NavigatorBridgeVectorInnerType

Definition at line 339 of file XercesDocumentBridge.hpp.

◆ NavigatorStackType

Definition at line 366 of file XercesDocumentBridge.hpp.

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: