#include <XercesDocumentWrapper.hpp>
Inherits XercesDOMWalker.
Definition at line 277 of file XercesDocumentWrapper.hpp.
typedef XalanVector<NavigatorStackEntryType> XercesDocumentWrapper::BuildWrapperTreeWalker::NavigatorStackType |
Definition at line 307 of file XercesDocumentWrapper.hpp.
Definition at line 281 of file XercesDocumentWrapper.hpp.
XercesDocumentWrapper::BuildWrapperTreeWalker::BuildWrapperTreeWalker | ( | XercesDocumentWrapper * | theDocument, | |
XercesWrapperNavigator * | theDocumentNavigator, | |||
IndexType | theStartIndex, | |||
bool | theBuildMapsFlag | |||
) |
virtual XercesDocumentWrapper::BuildWrapperTreeWalker::~BuildWrapperTreeWalker | ( | ) | [virtual] |
virtual bool XercesDocumentWrapper::BuildWrapperTreeWalker::endNode | ( | const DOMNodeType * | node | ) | [protected, virtual] |
Called when leaving a node.
node | The node |
Implements XercesDOMWalker.
virtual bool XercesDocumentWrapper::BuildWrapperTreeWalker::startNode | ( | const DOMNodeType * | node | ) | [protected, virtual] |
Called when first walking a node.
node | The node |
Implements XercesDOMWalker.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|