Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:Indent

1741 					 buffer(), indent( "    " ), lineBreak( "\n" ) {}
1754 /** Set the indent characters for printing. By default 4 spaces
1757 void SetIndent( const char* _indent ) { indent = _indent ? _indent : "" ; }
1759 const char* Indent() { return indent.c_str(); }
1771 void SetStreamPrinting() { indent = "";
1787 buffer += indent;
1796 TIXML_STRING indent;