Lines Matching refs:TiXmlDocument
35 class TiXmlDocument;
83 friend class TiXmlDocument;
227 A TiXmlDocument will read nodes until it reads a root element.
381 TiXmlDocument* GetDocument() const;
386 TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
476 void SetDocument( TiXmlDocument* doc ) { document = doc; }
479 TiXmlDocument* document; // A pointer back to a document, for error reporting.
731 class TiXmlDocument : public TiXmlNode
735 TiXmlDocument();
737 TiXmlDocument( const std::string& documentName );
739 virtual ~TiXmlDocument() {}