Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Classes | Public Types | Public Member Functions | Protected Member Functions | List of all members
XercesDocumentWrapper::BuildWrapperTreeWalker Class Reference

#include <XercesDocumentWrapper.hpp>

Inherits XercesDOMWalker.

Classes

struct  NavigatorStackEntryType
 

Public Types

typedef XercesDOMWalker ParentType
 
typedef XalanVector< NavigatorStackEntryTypeNavigatorStackType
 

Public Member Functions

 BuildWrapperTreeWalker (XercesDocumentWrapper *theDocument, XercesWrapperNavigator *theDocumentNavigator, IndexType theStartIndex, bool theBuildMapsFlag)
 
virtual ~BuildWrapperTreeWalker ()
 
- Public Member Functions inherited from XercesDOMWalker
 XercesDOMWalker ()
 Constructor. More...
 
virtual ~XercesDOMWalker ()
 
const DOMNodeTypetraverse (const DOMNodeType *pos)
 Perform a document-order traversal. More...
 
DOMNodeTypetraverse (DOMNodeType *pos)
 Perform a document-order traversal. More...
 
const DOMNodeTypetraverse (const DOMNodeType *pos, const DOMNodeType *parent)
 Perform a document-order traversal stopping at the provided parent node. More...
 
DOMNodeTypetraverse (DOMNodeType *pos, DOMNodeType *parent)
 Perform a document-order traversal stopping at the provided parent node. More...
 
void traverseSubtree (const DOMNodeType *pos)
 Perform a pre-order traversal. More...
 
void traverseSubtree (DOMNodeType *pos)
 Perform a document-order traversal. More...
 

Protected Member Functions

virtual bool startNode (const DOMNodeType *node)
 Called when first walking a node. More...
 
virtual bool endNode (const DOMNodeType *node)
 Called when leaving a node. More...
 
- Protected Member Functions inherited from XercesDOMWalker
virtual bool startNode (DOMNodeType *node)
 Called when first walking a node. More...
 
virtual bool endNode (DOMNodeType *node)
 Called when leaving a node. More...
 

Detailed Description

Definition at line 277 of file XercesDocumentWrapper.hpp.

Member Typedef Documentation

◆ NavigatorStackType

Definition at line 307 of file XercesDocumentWrapper.hpp.

◆ ParentType

Definition at line 281 of file XercesDocumentWrapper.hpp.

Constructor & Destructor Documentation

◆ BuildWrapperTreeWalker()

XercesDocumentWrapper::BuildWrapperTreeWalker::BuildWrapperTreeWalker ( XercesDocumentWrapper theDocument,
XercesWrapperNavigator theDocumentNavigator,
IndexType  theStartIndex,
bool  theBuildMapsFlag 
)

◆ ~BuildWrapperTreeWalker()

virtual XercesDocumentWrapper::BuildWrapperTreeWalker::~BuildWrapperTreeWalker ( )
virtual

Member Function Documentation

◆ endNode()

virtual bool XercesDocumentWrapper::BuildWrapperTreeWalker::endNode ( const DOMNodeType node)
protectedvirtual

Called when leaving a node.

Parameters
nodeThe node
Returns
return false if traversal should continue, or true if it should not.

Implements XercesDOMWalker.

◆ startNode()

virtual bool XercesDocumentWrapper::BuildWrapperTreeWalker::startNode ( const DOMNodeType node)
protectedvirtual

Called when first walking a node.

Parameters
nodeThe node
Returns
return false if traversal should continue, or true if it should not.

Implements XercesDOMWalker.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo