Searched defs:TiXmlPrinter (Results 1 - 1 of 1) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h733 TiXmlPrinter printer;
1718 /** Print to memory functionality. The TiXmlPrinter is useful when you need to:
1723 When constructed, the TiXmlPrinter is in its default "pretty printing" mode.
1728 TiXmlPrinter uses the Visitor API.
1730 TiXmlPrinter printer;
1737 class TiXmlPrinter : public TiXmlVisitor class in inherits:TiXmlVisitor
1740 TiXmlPrinter() : depth( 0 ), simpleTextPrint( false ), function in class:TiXmlPrinter

Completed in 299 milliseconds