Lines Matching refs:TiXmlDeclaration
91 class TiXmlDeclaration;
641 const TiXmlDeclaration* ToDeclaration() const { return ( this && type == DECLARATION ) ? (const TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
648 TiXmlDeclaration* ToDeclaration() { return ( this && type == DECLARATION ) ? (TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
1128 class TiXmlDeclaration : public TiXmlNode
1132 TiXmlDeclaration() : TiXmlNode( TiXmlNode::DECLARATION ) {}
1136 TiXmlDeclaration( const std::string& _version,
1142 TiXmlDeclaration( const char* _version,
1146 TiXmlDeclaration( const TiXmlDeclaration& copy );
1147 void operator=( const TiXmlDeclaration& copy );
1149 virtual ~TiXmlDeclaration() {}
1166 void CopyTo( TiXmlDeclaration* target ) const;