Searched defs:ToDocument (Results 1 – 1 of 1) sorted by relevance
636 …const TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (const TiXmlDocum… in ToDocument() function643 …TiXmlDocument* ToDocument() { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; }… in ToDocument() function