Searched refs:XMLPrinter (Results 1 - 2 of 2) sorted by relevance

/external/tinyxml2/
H A Dtinyxml2.cpp1590 XMLPrinter stream( fp );
1622 void XMLDocument::Print( XMLPrinter* streamer )
1624 XMLPrinter stdStreamer( stdout );
1659 XMLPrinter::XMLPrinter( FILE* file, bool compact ) : function in class:XMLPrinter
1685 void XMLPrinter::Print( const char* format, ... )
1721 void XMLPrinter::PrintSpace( int depth )
1729 void XMLPrinter::PrintString( const char* p, bool restricted )
1767 void XMLPrinter::PushHeader( bool writeBOM, bool writeDec )
1779 void XMLPrinter
[all...]
H A Dtinyxml2.h101 class XMLPrinter;
1108 XMLPrinter printer( fp );
1114 XMLPrinter printer;
1119 void Print( XMLPrinter* streamer=0 );
1338 Printing functionality. The XMLPrinter gives you more
1349 XMLPrinter printer;
1358 XMLPrinter printer( fp );
1373 XMLPrinter printer( fp );
1379 class XMLPrinter : public XMLVisitor class in namespace:tinyxml2
1388 XMLPrinter( FIL
[all...]

Completed in 75 milliseconds