From 81ef99a27b3ff96ee664ca58054b3b671b97be17 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 5 Jan 2009 22:34:32 +0000 Subject: Regenerated documentation git-svn-id: http://pugixml.googlecode.com/svn/trunk@100 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__document.html | 57 ++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) (limited to 'docs/html/classpugi_1_1xml__document.html') diff --git a/docs/html/classpugi_1_1xml__document.html b/docs/html/classpugi_1_1xml__document.html index 2d3359a..92429d4 100644 --- a/docs/html/classpugi_1_1xml__document.html +++ b/docs/html/classpugi_1_1xml__document.html @@ -58,6 +58,9 @@ This class has noncopyable semantics (private copy ctor/assignment operator). bool parse (const transfer_ownership_tag &, char *xmlstr, unsigned int options=parse_default)  Parse the given XML string in-situ (gains ownership).
+void save (xml_writer &writer, const char *indent="\t", unsigned int flags=format_default) + + Save XML to writer.
bool save_file (const char *name, const char *indent="\t", unsigned int flags=format_default)  Save XML to file.
@@ -305,6 +308,58 @@ The string is modified; document gains ownership over the string, so you don't h +

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
void pugi::xml_document::save xml_writer writer,
const char *  indent = "\t",
unsigned int  flags = format_default
+
+ + + + + +
+   + + +

+Save XML to writer. +

+

Parameters:
+ + + + +
writer - writer object
indent - indentation string
flags - formatting flags
+
+

@@ -358,7 +413,7 @@ Save XML to file.
-


Generated on Wed Oct 31 20:23:44 2007 for pugixml by  +
Generated on Tue Jan 6 01:30:48 2009 for pugixml by  doxygen 1.4.6-NO
-- cgit v1.2.3