Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:ChildElement

1478 	TiXmlHandle ChildElement( const char* value, int index ) const;
1483 TiXmlHandle ChildElement( int index ) const;
1490 TiXmlHandle ChildElement( const std::string& _value, int index ) const { return ChildElement( _value.c_str(), index ); }