Searched refs:ToComment (Results 1 – 2 of 2) sorted by relevance
261 XmlTest( "First child exists & is a comment.", true, ( node != 0 && node->ToComment() ) ); in main()392 TiXmlComment* comment = commentHandle.Node()->ToComment(); in main()898 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment(); in main()
638 …const TiXmlComment* ToComment() const { return ( this && type == COMMENT ) ? (const TiXmlComme… in ToComment() function645 …TiXmlComment* ToComment() { return ( this && type == COMMENT ) ? (TiXmlComment*) this : 0; } … in ToComment() function