![]() |
aGrUM
0.16.0
|
Wrapper around TiXmlVisitor. More...
#include <ticpp.h>
Public Member Functions | |
virtual bool | VisitEnter (const TiXmlDocument &doc) |
Visit a document. More... | |
virtual bool | VisitExit (const TiXmlDocument &doc) |
Visit a document. More... | |
virtual bool | VisitEnter (const TiXmlElement &element, const TiXmlAttribute *firstAttribute) |
Visit an element. More... | |
virtual bool | VisitExit (const TiXmlElement &element) |
Visit an element. More... | |
virtual bool | Visit (const TiXmlDeclaration &declaration) |
Visit a declaration. More... | |
virtual bool | Visit (const TiXmlStylesheetReference &stylesheet) |
Visit a stylesheet reference. More... | |
virtual bool | Visit (const TiXmlText &text) |
Visit a text node. More... | |
virtual bool | Visit (const TiXmlComment &comment) |
Visit a comment node. More... | |
virtual bool | Visit (const TiXmlUnknown &) |
Visit an unknow node. More... | |
virtual bool | VisitEnter (const Document &) |
Visit a document. More... | |
virtual bool | VisitExit (const Document &) |
Visit a document. More... | |
virtual bool | VisitEnter (const Element &, const Attribute *) |
Visit an element. More... | |
virtual bool | VisitExit (const Element &) |
Visit an element. More... | |
virtual bool | Visit (const Declaration &) |
Visit a declaration. More... | |
virtual bool | Visit (const StylesheetReference &) |
Visit a stylesheet reference. More... | |
virtual bool | Visit (const Text &) |
Visit a text node. More... | |
virtual bool | Visit (const Comment &) |
Visit a comment node. More... | |
Wrapper around TiXmlVisitor.
|
virtual |
Visit a declaration.
Reimplemented from TiXmlVisitor.
Definition at line 56 of file ticpp.cpp.
Referenced by Visit().
|
virtual |
Visit a stylesheet reference.
Reimplemented from TiXmlVisitor.
Definition at line 60 of file ticpp.cpp.
References Visit().
Visit a text node.
Reimplemented from TiXmlVisitor.
Definition at line 65 of file ticpp.cpp.
References Visit().
|
virtual |
Visit a comment node.
Reimplemented from TiXmlVisitor.
Definition at line 69 of file ticpp.cpp.
References Visit().
|
virtual |
Visit an unknow node.
Reimplemented from TiXmlVisitor.
Definition at line 73 of file ticpp.cpp.
References TiXmlVisitor::Visit().
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Visit a document.
Reimplemented from TiXmlVisitor.
Definition at line 34 of file ticpp.cpp.
Referenced by VisitEnter(), and VisitExit().
|
virtual |
Visit an element.
Reimplemented from TiXmlVisitor.
Definition at line 42 of file ticpp.cpp.
References VisitEnter().
|
virtual |
Visit a document.
Reimplemented from TiXmlVisitor.
Definition at line 38 of file ticpp.cpp.
References VisitEnter().
Referenced by VisitExit().
|
virtual |
Visit an element.
Reimplemented from TiXmlVisitor.
Definition at line 52 of file ticpp.cpp.
References VisitExit().