Searched refs:ToComment (Results 1 – 5 of 5) sorted by relevance
446 …virtual XMLComment* ToComment() { return 0; } ///< Safely cast to a Comment, or n… in ToComment() function453 virtual const XMLComment* ToComment() const { return 0; } in ToComment() function656 virtual XMLComment* ToComment() { return this; } in ToComment() function657 virtual const XMLComment* ToComment() const { return this; } in ToComment() function
890 … return ( compare->ToComment() && XMLUtil::StringEqual( compare->ToComment()->Value(), Value() )); in ShallowEqual()
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
699 …virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined ty… in ToComment() function706 …virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Wi… in ToComment() function1186 …virtual const TiXmlComment* ToComment() const { return this; } ///< Cast to a more defined type. … in ToComment() function1187 …virtual TiXmlComment* ToComment() { return this; } ///< Cast to a more defined type. Will ret… in ToComment() function