Searched defs:ToElement (Results 1 – 1 of 1) sorted by relevance
637 …const TiXmlElement* ToElement() const { return ( this && type == ELEMENT ) ? (const TiXmlEleme… in ToElement() function644 …TiXmlElement* ToElement() { return ( this && type == ELEMENT ) ? (TiXmlElement*) this : 0; } … in ToElement() function