Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:depth

766 void TiXmlElement::Print( FILE* cfile, int depth ) const
769 for ( i=0; i<depth; i++ )
780 attrib->Print( cfile, depth );
795 firstChild->Print( cfile, depth + 1 );
808 node->Print( cfile, depth+1 );
811 for( i=0; i<depth; ++i )
1136 void TiXmlDocument::Print( FILE* cfile, int depth ) const
1141 node->Print( cfile, depth );
1198 void TiXmlAttribute::Print( FILE* cfile, int /*depth*/ ) const
1290 void TiXmlComment::Print( FILE* cfile, int depth ) const
1292 for ( int i=0; i<depth; i++ )
1326 void TiXmlText::Print( FILE* cfile, int depth ) const
1332 for ( i=0; i<depth; i++ ) {
1340 for ( i=0; i<depth; i++ ) {
1425 void TiXmlDeclaration::Print( FILE* cfile, int /*depth*/ ) const
1486 void TiXmlUnknown::Print( FILE* cfile, int depth ) const
1488 for ( int i=0; i<depth; i++ )