Searched refs:ToDocument (Results 1 – 4 of 4) sorted by relevance
697 …virtual const TiXmlDocument* ToDocument() const { return 0; } ///< Cast to a more defined ty… in ToDocument() function704 …virtual TiXmlDocument* ToDocument() { return 0; } ///< Cast to a more defined type. Wi… in ToDocument() function1532 …virtual const TiXmlDocument* ToDocument() const { return this; } ///< Cast to a more defined… in ToDocument() function1533 …virtual TiXmlDocument* ToDocument() { return this; } ///< Cast to a more defined… in ToDocument() function
304 if ( withThis.ToDocument() ) { in ReplaceChild()518 if ( node->ToDocument() ) in GetDocument()519 return node->ToDocument(); in GetDocument()
392 if ( node->ToDocument() ) in GetDocument()393 return node->ToDocument(); in GetDocument()
386 …TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this :… in ToDocument() function