TiXmlVisitor Class Reference

If you call the Visit() method, it requires being passed a TiXmlVisitHandler class to handle callbacks. More...

#include <tinyxml.h>

List of all members.


Detailed Description

If you call the Visit() method, it requires being passed a TiXmlVisitHandler class to handle callbacks.

For nodes that contain other nodes (Document, Element) you will get called with a Start/End pair. Nodes that are always leaves are preceded with "On".

Generally Visit() is called on the TiXmlDocument, although all nodes suppert Visiting.

You should never change the document from a callback.


The documentation for this class was generated from the following file:
Generated on Thu Jul 20 20:45:33 2006 for Kyra by  doxygen 1.4.7