Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:depth

800 void TiXmlElement::Print( FILE* cfile, int depth ) const
804 for ( i=0; i<depth; i++ ) {
814 attrib->Print( cfile, depth );
829 firstChild->Print( cfile, depth + 1 );
842 node->Print( cfile, depth+1 );
845 for( i=0; i<depth; ++i ) {
1145 void TiXmlDocument::Print( FILE* cfile, int depth ) const
1150 node->Print( cfile, depth );
1210 void TiXmlAttribute::Print( FILE* cfile, int /*depth*/, TIXML_STRING* str ) const
1297 void TiXmlComment::Print( FILE* cfile, int depth ) const
1300 for ( int i=0; i<depth; i++ )
1332 void TiXmlText::Print( FILE* cfile, int depth ) const
1339 for ( i=0; i<depth; i++ ) {
1418 void TiXmlDeclaration::Print( FILE* cfile, int /*depth*/, TIXML_STRING* str ) const
1468 void TiXmlUnknown::Print( FILE* cfile, int depth ) const
1470 for ( int i=0; i<depth; i++ )
1798 ++depth;
1805 --depth;