20 #ifndef GNASH_ASOBJ3_XMLDOCUMENT_H
21 #define GNASH_ASOBJ3_XMLDOCUMENT_H
86 void toString(std::ostream&
o,
bool encode)
const;
101 _docTypeDecl = docType;
109 _contentType = contentType;
121 void parseXML(
const std::string& xml);
146 _ignoreWhite = ignore;
151 typedef std::map<std::string, std::string, StringNoCaseLessThan> Attributes;
182 std::string _docTypeDecl;
184 std::string _xmlDecl;
186 std::string _contentType;