Inheritance diagram for xmlpp::DomParser:
Public Member Functions | |
DomParser () | |
DomParser (const Glib::ustring &filename, bool validate=false) | |
Instantiate the parser and parse a document immediately. | |
virtual | ~DomParser () |
virtual void | parse_file (const Glib::ustring &filename) |
Parse an XML document from a file. | |
virtual void | parse_memory (const Glib::ustring &contents) |
Parse an XML document from a string. | |
virtual void | parse_stream (std::istream &in) |
Parse an XML document from a stream. | |
operator bool () const | |
Test whether a document has been parsed. | |
Document * | get_document () |
const Document * | get_document () const |
Protected Member Functions | |
virtual void | parse_context () |
virtual void | release_underlying () |
Protected Attributes | |
Document * | doc_ |
|
|
|
Instantiate the parser and parse a document immediately.
|
|
|
|
|
|
|
|
Test whether a document has been parsed.
|
|
|
|
Parse an XML document from a file.
Implements xmlpp::Parser. |
|
Parse an XML document from a string.
Implements xmlpp::Parser. |
|
Parse an XML document from a stream.
Implements xmlpp::Parser. |
|
Reimplemented from xmlpp::Parser. |
|
|