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/namespacepugi.html | 58 +++++++++++++++----------------------------- 1 file changed, 19 insertions(+), 39 deletions(-) (limited to 'docs/html/namespacepugi.html') diff --git a/docs/html/namespacepugi.html b/docs/html/namespacepugi.html index 45126d9..bfba1cf 100644 --- a/docs/html/namespacepugi.html +++ b/docs/html/namespacepugi.html @@ -27,6 +27,15 @@ The PugiXML Parser namespace. class  xpath_query  A class that holds compiled XPath query and allows to evaluate query result. More...
+class  xml_writer + + Abstract writer class. More...
+class  xml_writer_file + + xml_writer implementation for FILE* More...
+class  xml_writer_stream + + xml_writer implementation for streams More...
class  xml_attribute  A light-weight wrapper for manipulating attributes in DOM tree. More...
@@ -117,16 +126,13 @@ The PugiXML Parser namespace. const unsigned int format_indent = 0x01  Indent the nodes that are written to output stream with as many indentation strings as deep the node is in DOM tree.
-const unsigned int format_utf8 = 0x02 - - This flag determines how the non-printable symbols are written to output stream - they are either considered UTF-8 and are written as UTF-8 character, escaped with &#.
-const unsigned int format_write_bom = 0x04 +const unsigned int format_write_bom_utf8 = 0x02 - This flag determines if UTF-8 BOM is to be written to output stream.
-const unsigned int format_raw = 0x08 + This flag determines if UTF-8 BOM is to be written to output stream.
+const unsigned int format_raw = 0x04  If this flag is on, no indentation is performed and no line breaks are written to output file.
-const unsigned int format_default = format_indent | format_utf8 +const unsigned int format_default = format_indent  This is the default set of formatting flags.
@@ -559,39 +565,13 @@ Indent the nodes that are written to output stream with as many indentation stri This flag is on by default. -

- - - - -
- - - - -
const unsigned int pugi::format_utf8 = 0x02
-
- - - - - -
-   - - -

-This flag determines how the non-printable symbols are written to output stream - they are either considered UTF-8 and are written as UTF-8 character, escaped with &#. -

-..;, or they are considered to be ASCII and each ASCII character is escaped separately.

-This flag is on by default.

-

+

@@ -616,7 +596,7 @@ This flag is off by default. @@ -642,7 +622,7 @@ This flag is off by default. @@ -658,10 +638,10 @@ This flag is off by default.

This is the default set of formatting flags.

-It includes indenting nodes depending on their depth in DOM tree and considering input data to be UTF-8. +It includes indenting nodes depending on their depth in DOM tree.

- +
const unsigned int pugi::format_write_bom = 0x04 const unsigned int pugi::format_write_bom_utf8 = 0x02
- +
const unsigned int pugi::format_raw = 0x08 const unsigned int pugi::format_raw = 0x04
- +
const unsigned int pugi::format_default = format_indent | format_utf8 const unsigned int pugi::format_default = format_indent
-


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