Inheritance diagram for xmlpp::DomParser:
Public Methods | |
DomParser () | |
DomParser (const std::string &filename, bool validate=false) | |
virtual | ~DomParser () |
virtual void | parse_file (const std::string &filename) |
virtual void | parse_memory (const std::string &contents) |
virtual void | parse_stream (std::istream &in) |
operator bool () const | |
Test whether a document has been parsed. | |
Document * | get_document () |
const Document * | get_document () const |
Protected Methods | |
virtual void | parse_context () |
virtual void | release_underlying () |
Protected Attributes | |
Document * | _doc |
|
|
|
|
|
|
|
|
|
|
|
Test whether a document has been parsed.
|
|
|
|
Implements xmlpp::Parser. |
|
Implements xmlpp::Parser. |
|
Implements xmlpp::Parser. |
|
Reimplemented from xmlpp::Parser. |
|
|