Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

TreeWalker Class Reference

Inheritance diagram for TreeWalker:

FormatterTreeWalker NodeNameTreeWalker XalanDocumentPrefixResolver::NamespaceNodesTreeWalker

List of all members.

Public Member Functions

Protected Member Functions


Constructor & Destructor Documentation

TreeWalker::TreeWalker (  ) 

Constructor.

virtual TreeWalker::~TreeWalker (  )  [virtual]


Member Function Documentation

const XalanNode* TreeWalker::traverse ( const XalanNode pos  ) 

Perform a document-order traversal.

Derived classes and stop the traversal by returning true from startNode() or endNode(). If that happens, the function will return the next node in document order. If desired, the caller can start traversing the tree again from that point. Note that terminal nodes will always have startNode() and endNode() called before the traversal terminates.

Parameters:
pos The node in the tree with which to start the walk
Returns:
0 if the traversal completes, or the next node if the traversal doesn't complete.

XalanNode* TreeWalker::traverse ( XalanNode pos  ) 

Perform a document-order traversal.

Derived classes and stop the traversal by returning true from startNode() or endNode(). If that happens, the function will return the next node in document order. If desired, the caller can start traversing the tree again from that point. Note that terminal nodes will always have startNode() and endNode() called before the traversal terminates.

Parameters:
pos The node in the tree with which to start the walk
Returns:
0 if the traversal completes, or the next node if the traversal doesn't complete.

const XalanNode* TreeWalker::traverse ( const XalanNode pos,
const XalanNode parent 
)

Perform a document-order traversal stopping at the provided parent node.

Derived classes and stop the traversal by returning true from startNode() or endNode(). If that happens, the function will return the next node in document order. If desired, the caller can start traversing the tree again from that point. Note that terminal nodes will always have startNode() and endNode() called before the traversal terminates.

Parameters:
pos The node in the tree with which to start the walk
parent The parent of pos. Note that for multiple calls that continue the traversal, this node must remain the same.
Returns:
parent if the traversal completes, or the next node if the traversal doesn't complete.

XalanNode* TreeWalker::traverse ( XalanNode pos,
XalanNode parent 
)

Perform a document-order traversal stopping at the provided parent node.

Derived classes and stop the traversal by returning true from startNode() or endNode(). If that happens, the function will return the next node in document order. If desired, the caller can start traversing the tree again from that point. Note that terminal nodes will always have startNode() and endNode() called before the traversal terminates.

Parameters:
pos The node in the tree with which to start the walk
parent The parent of pos. Note that for multiple calls that continue the traversal, this node must remain the same.
Returns:
parent if the traversal completes, or the next node if the traversal doesn't complete.

virtual void TreeWalker::traverseSubtree ( const XalanNode pos  )  [virtual]

Perform a pre-order traversal.

Parameters:
pos starting node

virtual void TreeWalker::traverseSubtree ( XalanNode pos  )  [virtual]

Perform a pre-order traversal.

Parameters:
pos starting node

virtual bool TreeWalker::startNode ( const XalanNode node  )  [protected, pure virtual]

Called when first walking a node.

Parameters:
node The node
Returns:
return false if the walk should continue, or true if it should not.

Implemented in XalanDocumentPrefixResolver::NamespaceNodesTreeWalker, NodeNameTreeWalker, and FormatterTreeWalker.

virtual bool TreeWalker::startNode ( XalanNode node  )  [protected, pure virtual]

Called when first walking a node.

Parameters:
node The node
Returns:
return false if the walk should continue, or true if it should not.

Implemented in XalanDocumentPrefixResolver::NamespaceNodesTreeWalker, NodeNameTreeWalker, and FormatterTreeWalker.

virtual bool TreeWalker::endNode ( const XalanNode node  )  [protected, pure virtual]

Called when leaving a node.

Parameters:
node The node
Returns:
return false if the walk should continue, or true if it should not.

Implemented in XalanDocumentPrefixResolver::NamespaceNodesTreeWalker, NodeNameTreeWalker, and FormatterTreeWalker.

virtual bool TreeWalker::endNode ( XalanNode node  )  [protected, pure virtual]

Called when leaving a node.

Parameters:
node The node
Returns:
return false if the walk should continue, or true if it should not.

Implemented in XalanDocumentPrefixResolver::NamespaceNodesTreeWalker, NodeNameTreeWalker, and FormatterTreeWalker.


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.

dot

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

Apache Logo