Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:TiXmlHandle

371 		TiXmlHandle docHandle( &doc );
372 TiXmlHandle roomHandle = docHandle.FirstChildElement( "room" );
373 TiXmlHandle commentHandle = docHandle.FirstChildElement( "room" ).FirstChild();
374 TiXmlHandle textHandle = docHandle.FirstChildElement( "room" ).ChildElement( "door", 0 ).FirstChild();
375 TiXmlHandle door0Handle = docHandle.FirstChildElement( "room" ).ChildElement( 0 );
376 TiXmlHandle door1Handle = docHandle.FirstChildElement( "room" ).ChildElement( 1 );
420 TiXmlHandle docHandle( &doc );
421 TiXmlHandle roomHandle = docHandle.FirstChildElement( "room" );
506 TiXmlHandle docH( &doc );
878 TiXmlHandle docH( &doc );
897 TiXmlHandle docH( &doc );
912 TiXmlHandle docH( &doc );
992 TiXmlHandle docHandle( &doc );
993 TiXmlHandle aHandle = docHandle.FirstChildElement( "?" );
994 TiXmlHandle tHandle = aHandle.Child( 0 );