pugi::xml_document Class Reference

#include <pugixml.hpp>

Inheritance diagram for pugi::xml_document:

pugi::xml_node

List of all members.

Public Member Functions

 xml_document ()
 ~xml_document ()
bool load (std::istream &stream, unsigned int options=parse_default)
bool load (const char *contents, unsigned int options=parse_default)
bool load_file (const char *name, unsigned int options=parse_default)
bool parse (char *xmlstr, unsigned int options=parse_default)
bool parse (const transfer_ownership_tag &, char *xmlstr, unsigned int options=parse_default)
bool save_file (const char *name, const char *indent="\t", unsigned int flags=format_default)
void precompute_document_order ()


Detailed Description

Document class (DOM tree root). This class has noncopyable semantics (private copy ctor/assignment operator).
The documentation for this class was generated from the following files:

Generated on Sun Jun 14 16:34:49 2009 for libzzub by  doxygen 1.5.7.1