From ca8a2a450c78d5893a17f3ee8fd5235dcc23c0a8 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 17 Sep 2009 18:20:49 +0000 Subject: Updated doxygen-generated documentation git-svn-id: http://pugixml.googlecode.com/svn/trunk@130 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/annotated.html | 2 +- docs/html/classpugi_1_1xml__attribute-members.html | 6 +- docs/html/classpugi_1_1xml__attribute.html | 158 ++++++++++++++++++++- ...sspugi_1_1xml__attribute__iterator-members.html | 2 +- .../classpugi_1_1xml__attribute__iterator.html | 2 +- docs/html/classpugi_1_1xml__document-members.html | 10 +- docs/html/classpugi_1_1xml__document.html | 2 +- docs/html/classpugi_1_1xml__node-members.html | 10 +- docs/html/classpugi_1_1xml__node.html | 34 ++--- .../classpugi_1_1xml__node__iterator-members.html | 2 +- docs/html/classpugi_1_1xml__node__iterator.html | 2 +- .../classpugi_1_1xml__tree__walker-members.html | 2 +- docs/html/classpugi_1_1xml__tree__walker.html | 2 +- docs/html/classpugi_1_1xml__writer-members.html | 2 +- docs/html/classpugi_1_1xml__writer.html | 2 +- .../classpugi_1_1xml__writer__file-members.html | 2 +- docs/html/classpugi_1_1xml__writer__file.html | 2 +- .../classpugi_1_1xml__writer__stream-members.html | 2 +- docs/html/classpugi_1_1xml__writer__stream.html | 2 +- .../classpugi_1_1xpath__exception-members.html | 2 +- docs/html/classpugi_1_1xpath__exception.html | 2 +- docs/html/classpugi_1_1xpath__node-members.html | 2 +- docs/html/classpugi_1_1xpath__node.html | 2 +- .../classpugi_1_1xpath__node__set-members.html | 2 +- docs/html/classpugi_1_1xpath__node__set.html | 2 +- docs/html/classpugi_1_1xpath__query-members.html | 2 +- docs/html/classpugi_1_1xpath__query.html | 2 +- docs/html/deprecated.html | 2 +- docs/html/functions.html | 8 +- docs/html/functions_enum.html | 2 +- docs/html/functions_eval.html | 2 +- docs/html/functions_func.html | 8 +- docs/html/functions_type.html | 2 +- docs/html/functions_vars.html | 2 +- docs/html/graph_legend.html | 2 +- docs/html/hierarchy.html | 2 +- docs/html/index.html | 2 +- docs/html/inherits.html | 2 +- docs/html/namespacemembers.html | 8 +- docs/html/namespacemembers_enum.html | 2 +- docs/html/namespacemembers_eval.html | 2 +- docs/html/namespacemembers_func.html | 8 +- docs/html/namespacemembers_type.html | 2 +- docs/html/namespacemembers_vars.html | 2 +- docs/html/namespacepugi.html | 26 ++-- docs/html/namespaces.html | 2 +- docs/html/pages.html | 2 +- .../structpugi_1_1transfer__ownership__tag.html | 2 +- .../structpugi_1_1xml__parse__result-members.html | 2 +- docs/html/structpugi_1_1xml__parse__result.html | 2 +- 50 files changed, 258 insertions(+), 98 deletions(-) (limited to 'docs/html') diff --git a/docs/html/annotated.html b/docs/html/annotated.html index edcd919..9075a80 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -35,7 +35,7 @@ pugi::xpath_node_setNot necessarily ordered constant collection of XPath nodes pugi::xpath_queryA class that holds compiled XPath query and allows to evaluate query result -
Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__attribute-members.html b/docs/html/classpugi_1_1xml__attribute-members.html index afb1512..50869c4 100644 --- a/docs/html/classpugi_1_1xml__attribute-members.html +++ b/docs/html/classpugi_1_1xml__attribute-members.html @@ -44,11 +44,15 @@ previous_attribute() const pugi::xml_attribute set_name(const char *rhs)pugi::xml_attribute set_value(const char *rhs)pugi::xml_attribute + set_value(int rhs)pugi::xml_attribute + set_value(unsigned int rhs)pugi::xml_attribute + set_value(double rhs)pugi::xml_attribute + set_value(bool rhs)pugi::xml_attribute value() const pugi::xml_attribute xml_attribute()pugi::xml_attribute xml_attribute_iterator (defined in pugi::xml_attribute)pugi::xml_attribute [friend] xml_node (defined in pugi::xml_attribute)pugi::xml_attribute [friend] -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__attribute.html b/docs/html/classpugi_1_1xml__attribute.html index b89ce60..adfa996 100644 --- a/docs/html/classpugi_1_1xml__attribute.html +++ b/docs/html/classpugi_1_1xml__attribute.html @@ -101,6 +101,18 @@ unsigned int document_orde bool set_value (const char *rhs)  Set attribute value to rhs.
+bool set_value (int rhs) + + Set attribute value to rhs.
+bool set_value (unsigned int rhs) + + Set attribute value to rhs.
+bool set_value (double rhs) + + Set attribute value to rhs.
+bool set_value (bool rhs) + + Set attribute value to either 'true' or 'false' (depends on whether rhs is true or false).
bool empty () const  Check if attribute is empty.
@@ -858,6 +870,150 @@ Set attribute value to rhs. +

+ + + + +
+ + + + + + + + + +
bool pugi::xml_attribute::set_value int  rhs  ) 
+
+ + + + + +
+   + + +

+Set attribute value to rhs. +

+

Parameters:
+ + +
rhs - new attribute value
+
+
Returns:
success flag (call fails if attribute is empty or there is not enough memory)
+
+

+ + + + +
+ + + + + + + + + +
bool pugi::xml_attribute::set_value unsigned int  rhs  ) 
+
+ + + + + +
+   + + +

+Set attribute value to rhs. +

+

Parameters:
+ + +
rhs - new attribute value
+
+
Returns:
success flag (call fails if attribute is empty or there is not enough memory)
+
+

+ + + + +
+ + + + + + + + + +
bool pugi::xml_attribute::set_value double  rhs  ) 
+
+ + + + + +
+   + + +

+Set attribute value to rhs. +

+

Parameters:
+ + +
rhs - new attribute value
+
+
Returns:
success flag (call fails if attribute is empty or there is not enough memory)
+
+

+ + + + +
+ + + + + + + + + +
bool pugi::xml_attribute::set_value bool  rhs  ) 
+
+ + + + + +
+   + + +

+Set attribute value to either 'true' or 'false' (depends on whether rhs is true or false). +

+

Parameters:
+ + +
rhs - new attribute value
+
+
Returns:
success flag (call fails if attribute is empty or there is not enough memory)
+

@@ -948,7 +1104,7 @@ Get attribute value.
-


Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__attribute__iterator-members.html b/docs/html/classpugi_1_1xml__attribute__iterator-members.html index 82e98f8..43f7d81 100644 --- a/docs/html/classpugi_1_1xml__attribute__iterator-members.html +++ b/docs/html/classpugi_1_1xml__attribute__iterator-members.html @@ -31,7 +31,7 @@ xml_attribute_iterator(const xml_attribute &node)pugi::xml_attribute_iterator xml_attribute_iterator(xml_attribute_struct *ref, xml_attribute_struct *prev)pugi::xml_attribute_iterator xml_node (defined in pugi::xml_attribute_iterator)pugi::xml_attribute_iterator [friend] -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__attribute__iterator.html b/docs/html/classpugi_1_1xml__attribute__iterator.html index edb58e2..4e9cf13 100644 --- a/docs/html/classpugi_1_1xml__attribute__iterator.html +++ b/docs/html/classpugi_1_1xml__attribute__iterator.html @@ -408,7 +408,7 @@ Post-decrement operator. -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__document-members.html b/docs/html/classpugi_1_1xml__document-members.html index 40d0c55..d69adc2 100644 --- a/docs/html/classpugi_1_1xml__document-members.html +++ b/docs/html/classpugi_1_1xml__document-members.html @@ -42,10 +42,10 @@ end() const pugi::xml_node find_attribute(Predicate pred) const pugi::xml_node [inline] find_child(Predicate pred) const pugi::xml_node [inline] - find_child_by_attribute(const char *name, const char *attr_name, const char *attr_value)pugi::xml_node - find_child_by_attribute(const char *attr_name, const char *attr_value)pugi::xml_node - find_child_by_attribute_w(const char *name, const char *attr_name, const char *attr_value)pugi::xml_node - find_child_by_attribute_w(const char *attr_name, const char *attr_value)pugi::xml_node + find_child_by_attribute(const char *name, const char *attr_name, const char *attr_value) const pugi::xml_node + find_child_by_attribute(const char *attr_name, const char *attr_value) const pugi::xml_node + find_child_by_attribute_w(const char *name, const char *attr_name, const char *attr_value) const pugi::xml_node + find_child_by_attribute_w(const char *attr_name, const char *attr_value) const pugi::xml_node find_node(Predicate pred) const pugi::xml_node [inline] first_attribute() const pugi::xml_node first_child() const pugi::xml_node @@ -110,7 +110,7 @@ xml_node(xml_node_struct *p) (defined in pugi::xml_node)pugi::xml_node [explicit, protected] xml_node()pugi::xml_node ~xml_document()pugi::xml_document -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__document.html b/docs/html/classpugi_1_1xml__document.html index 8b33c05..e30f592 100644 --- a/docs/html/classpugi_1_1xml__document.html +++ b/docs/html/classpugi_1_1xml__document.html @@ -414,7 +414,7 @@ Save XML to file. -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__node-members.html b/docs/html/classpugi_1_1xml__node-members.html index b5a386a..cdc5106 100644 --- a/docs/html/classpugi_1_1xml__node-members.html +++ b/docs/html/classpugi_1_1xml__node-members.html @@ -42,10 +42,10 @@ end() const pugi::xml_node find_attribute(Predicate pred) const pugi::xml_node [inline] find_child(Predicate pred) const pugi::xml_node [inline] - find_child_by_attribute(const char *name, const char *attr_name, const char *attr_value)pugi::xml_node - find_child_by_attribute(const char *attr_name, const char *attr_value)pugi::xml_node - find_child_by_attribute_w(const char *name, const char *attr_name, const char *attr_value)pugi::xml_node - find_child_by_attribute_w(const char *attr_name, const char *attr_value)pugi::xml_node + find_child_by_attribute(const char *name, const char *attr_name, const char *attr_value) const pugi::xml_node + find_child_by_attribute(const char *attr_name, const char *attr_value) const pugi::xml_node + find_child_by_attribute_w(const char *name, const char *attr_name, const char *attr_value) const pugi::xml_node + find_child_by_attribute_w(const char *attr_name, const char *attr_value) const pugi::xml_node find_node(Predicate pred) const pugi::xml_node [inline] first_attribute() const pugi::xml_node first_child() const pugi::xml_node @@ -101,7 +101,7 @@ xml_node(xml_node_struct *p) (defined in pugi::xml_node)pugi::xml_node [explicit, protected] xml_node()pugi::xml_node xml_node_iterator (defined in pugi::xml_node)pugi::xml_node [friend] -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__node.html b/docs/html/classpugi_1_1xml__node.html index 62c5a12..49b1bc2 100644 --- a/docs/html/classpugi_1_1xml__node.html +++ b/docs/html/classpugi_1_1xml__node.html @@ -222,18 +222,18 @@ bool operator! () cons xml_node find_node (Predicate pred) const  Find node from subtree using predicate.
-xml_node find_child_by_attribute (const char *name, const char *attr_name, const char *attr_value) +xml_node find_child_by_attribute (const char *name, const char *attr_name, const char *attr_value) const - Find child node with the specified name that has specified attribute.
-xml_node find_child_by_attribute_w (const char *name, const char *attr_name, const char *attr_value) + Find child node with the specified name that has specified attribute.
+xml_node find_child_by_attribute_w (const char *name, const char *attr_name, const char *attr_value) const - Find child node with the specified name that has specified attribute (use pattern matching for node name and attribute name/value).
-xml_node find_child_by_attribute (const char *attr_name, const char *attr_value) + Find child node with the specified name that has specified attribute (use pattern matching for node name and attribute name/value).
+xml_node find_child_by_attribute (const char *attr_name, const char *attr_value) const - Find child node that has specified attribute.
-xml_node find_child_by_attribute_w (const char *attr_name, const char *attr_value) + Find child node that has specified attribute.
+xml_node find_child_by_attribute_w (const char *attr_name, const char *attr_value) const - Find child node that has specified attribute (use pattern matching for attribute name/value).
+ Find child node that has specified attribute (use pattern matching for attribute name/value).
std::string path (char delimiter= '/') const  Get the absolute node path from root as a text string.
@@ -2435,7 +2435,7 @@ Find node from subtree using predicate. -

+

- +
@@ -2461,7 +2461,7 @@ Find node from subtree using predicate.
const
@@ -2488,7 +2488,7 @@ Find child node with the specified name that has specified attribute. -

+

- +
@@ -2514,7 +2514,7 @@ Find child node with the specified name that has specified attribute.
const
@@ -2541,7 +2541,7 @@ Find child node with the specified name that has specified attribute (use patter -

+

- +
@@ -2561,7 +2561,7 @@ Find child node with the specified name that has specified attribute (use patter
const
@@ -2587,7 +2587,7 @@ Find child node that has specified attribute. -

+

- +
@@ -2607,7 +2607,7 @@ Find child node that has specified attribute.
const
@@ -3048,7 +3048,7 @@ Get node offset in parsed file/string (in bytes) for debugging purposes. -


Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__node__iterator-members.html b/docs/html/classpugi_1_1xml__node__iterator-members.html index 4234770..1f0d389 100644 --- a/docs/html/classpugi_1_1xml__node__iterator-members.html +++ b/docs/html/classpugi_1_1xml__node__iterator-members.html @@ -31,7 +31,7 @@ xml_node_iterator()pugi::xml_node_iterator xml_node_iterator(const xml_node &node)pugi::xml_node_iterator xml_node_iterator(xml_node_struct *ref, xml_node_struct *prev)pugi::xml_node_iterator -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__node__iterator.html b/docs/html/classpugi_1_1xml__node__iterator.html index 7e6dc6b..2cff177 100644 --- a/docs/html/classpugi_1_1xml__node__iterator.html +++ b/docs/html/classpugi_1_1xml__node__iterator.html @@ -408,7 +408,7 @@ Post-decrement operator. -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__tree__walker-members.html b/docs/html/classpugi_1_1xml__tree__walker-members.html index bd5ec2d..841bf10 100644 --- a/docs/html/classpugi_1_1xml__tree__walker-members.html +++ b/docs/html/classpugi_1_1xml__tree__walker-members.html @@ -26,7 +26,7 @@ xml_node (defined in pugi::xml_tree_walker)pugi::xml_tree_walker [friend] xml_tree_walker()pugi::xml_tree_walker ~xml_tree_walker()pugi::xml_tree_walker [virtual] -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__tree__walker.html b/docs/html/classpugi_1_1xml__tree__walker.html index 68d8d93..e335d71 100644 --- a/docs/html/classpugi_1_1xml__tree__walker.html +++ b/docs/html/classpugi_1_1xml__tree__walker.html @@ -180,7 +180,7 @@ Callback that is called when traversal of node ends. -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__writer-members.html b/docs/html/classpugi_1_1xml__writer-members.html index 677a1ec..7077fbc 100644 --- a/docs/html/classpugi_1_1xml__writer-members.html +++ b/docs/html/classpugi_1_1xml__writer-members.html @@ -21,7 +21,7 @@

pugi::xml_writer Member List

This is the complete list of members for pugi::xml_writer, including all inherited members.

-
write(const void *data, size_t size)=0pugi::xml_writer [pure virtual]
~xml_writer()pugi::xml_writer [inline, virtual]


Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__writer.html b/docs/html/classpugi_1_1xml__writer.html index 2642ed9..4ca73ee 100644 --- a/docs/html/classpugi_1_1xml__writer.html +++ b/docs/html/classpugi_1_1xml__writer.html @@ -90,7 +90,7 @@ Write memory chunk into stream/file/whatever. Implemented in pugi::xml_writer_file, and pugi::xml_writer_stream. -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__writer__file-members.html b/docs/html/classpugi_1_1xml__writer__file-members.html index 5f94da8..bc22a37 100644 --- a/docs/html/classpugi_1_1xml__writer__file-members.html +++ b/docs/html/classpugi_1_1xml__writer__file-members.html @@ -22,7 +22,7 @@ write(const void *data, size_t size)pugi::xml_writer_file [virtual] xml_writer_file(void *file)pugi::xml_writer_file ~xml_writer()pugi::xml_writer [inline, virtual] -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__writer__file.html b/docs/html/classpugi_1_1xml__writer__file.html index 9ed3bd6..20b84d1 100644 --- a/docs/html/classpugi_1_1xml__writer__file.html +++ b/docs/html/classpugi_1_1xml__writer__file.html @@ -128,7 +128,7 @@ Write memory chunk into stream/file/whatever. Implements pugi::xml_writer. -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__writer__stream-members.html b/docs/html/classpugi_1_1xml__writer__stream-members.html index 6ef1b2f..52f5d9c 100644 --- a/docs/html/classpugi_1_1xml__writer__stream-members.html +++ b/docs/html/classpugi_1_1xml__writer__stream-members.html @@ -22,7 +22,7 @@ write(const void *data, size_t size)pugi::xml_writer_stream [virtual] xml_writer_stream(std::ostream &stream)pugi::xml_writer_stream ~xml_writer()pugi::xml_writer [inline, virtual] -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xml__writer__stream.html b/docs/html/classpugi_1_1xml__writer__stream.html index 435d966..6071cb2 100644 --- a/docs/html/classpugi_1_1xml__writer__stream.html +++ b/docs/html/classpugi_1_1xml__writer__stream.html @@ -128,7 +128,7 @@ Write memory chunk into stream/file/whatever. Implements pugi::xml_writer. -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xpath__exception-members.html b/docs/html/classpugi_1_1xpath__exception-members.html index 6919546..dc13fa9 100644 --- a/docs/html/classpugi_1_1xpath__exception-members.html +++ b/docs/html/classpugi_1_1xpath__exception-members.html @@ -21,7 +21,7 @@

pugi::xpath_exception Member List

This is the complete list of members for pugi::xpath_exception, including all inherited members.

-
what() const pugi::xpath_exception [virtual]
xpath_exception(const char *message)pugi::xpath_exception [explicit]


Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xpath__exception.html b/docs/html/classpugi_1_1xpath__exception.html index 32f0064..6ff1248 100644 --- a/docs/html/classpugi_1_1xpath__exception.html +++ b/docs/html/classpugi_1_1xpath__exception.html @@ -102,7 +102,7 @@ Return error message. -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xpath__node-members.html b/docs/html/classpugi_1_1xpath__node-members.html index 4e6540e..6d20511 100644 --- a/docs/html/classpugi_1_1xpath__node-members.html +++ b/docs/html/classpugi_1_1xpath__node-members.html @@ -28,7 +28,7 @@ xpath_node()pugi::xpath_node xpath_node(const xml_node &node)pugi::xpath_node xpath_node(const xml_attribute &attribute, const xml_node &parent)pugi::xpath_node -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xpath__node.html b/docs/html/classpugi_1_1xpath__node.html index 53e6659..9e5813e 100644 --- a/docs/html/classpugi_1_1xpath__node.html +++ b/docs/html/classpugi_1_1xpath__node.html @@ -335,7 +335,7 @@ Compares two XPath nodes. -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xpath__node__set-members.html b/docs/html/classpugi_1_1xpath__node__set-members.html index 6069506..144da55 100644 --- a/docs/html/classpugi_1_1xpath__node__set-members.html +++ b/docs/html/classpugi_1_1xpath__node__set-members.html @@ -36,7 +36,7 @@ xpath_node_set()pugi::xpath_node_set xpath_node_set(const xpath_node_set &ns)pugi::xpath_node_set ~xpath_node_set()pugi::xpath_node_set -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xpath__node__set.html b/docs/html/classpugi_1_1xpath__node__set.html index a5803f0..2a68435 100644 --- a/docs/html/classpugi_1_1xpath__node__set.html +++ b/docs/html/classpugi_1_1xpath__node__set.html @@ -407,7 +407,7 @@ Return true if collection is empty. -
Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xpath__query-members.html b/docs/html/classpugi_1_1xpath__query-members.html index 6234340..ccf8418 100644 --- a/docs/html/classpugi_1_1xpath__query-members.html +++ b/docs/html/classpugi_1_1xpath__query-members.html @@ -25,7 +25,7 @@ evaluate_string(const xml_node &n)pugi::xpath_query xpath_query(const char *query)pugi::xpath_query [explicit] ~xpath_query()pugi::xpath_query -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/classpugi_1_1xpath__query.html b/docs/html/classpugi_1_1xpath__query.html index 5105bb0..8d71b64 100644 --- a/docs/html/classpugi_1_1xpath__query.html +++ b/docs/html/classpugi_1_1xpath__query.html @@ -233,7 +233,7 @@ If expression does not directly evaluate to node set, function returns empty nod -
Generated on Sun Feb 8 10:42:17 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/deprecated.html b/docs/html/deprecated.html index d46968f..9f30edb 100644 --- a/docs/html/deprecated.html +++ b/docs/html/deprecated.html @@ -16,7 +16,7 @@
Member pugi::xml_node::print (std::ostream &os, const char *indent="", unsigned int flags=format_default, unsigned int depth=0)
Use print() with xml_writer_stream instead
-
Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
diff --git a/docs/html/functions.html b/docs/html/functions.html index c1f489a..a83cbc7 100644 --- a/docs/html/functions.html +++ b/docs/html/functions.html @@ -97,8 +97,8 @@ Here is a list of all documented class members with links to the class documenta
  • find_attribute() : pugi::xml_node
  • find_child() : pugi::xml_node
  • find_child_by_attribute() -: pugi::xml_node
  • find_child_by_attribute_w() -: pugi::xml_node
  • find_node() +: pugi::xml_node
  • find_child_by_attribute_w() +: pugi::xml_node
  • find_node() : pugi::xml_node
  • first() : pugi::xpath_node_set
  • first_attribute() : pugi::xml_node
  • first_child() @@ -167,7 +167,7 @@ Here is a list of all documented class members with links to the class documenta : pugi::xml_node
  • select_single_node() : pugi::xml_node
  • set_name() : pugi::xml_node, pugi::xml_attribute
  • set_value() -: pugi::xml_node, pugi::xml_attribute
  • size() +: pugi::xml_node, pugi::xml_attribute
  • size() : pugi::xpath_node_set
  • sort() : pugi::xpath_node_set
  • status : pugi::xml_parse_result @@ -207,7 +207,7 @@ Here is a list of all documented class members with links to the class documenta : pugi::xml_writer
  • ~xpath_node_set() : pugi::xpath_node_set
  • ~xpath_query() : pugi::xpath_query -
    Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/functions_enum.html b/docs/html/functions_enum.html index 1bb016c..898fdcd 100644 --- a/docs/html/functions_enum.html +++ b/docs/html/functions_enum.html @@ -33,7 +33,7 @@ -
    Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/functions_eval.html b/docs/html/functions_eval.html index b4fa53f..7748bda 100644 --- a/docs/html/functions_eval.html +++ b/docs/html/functions_eval.html @@ -35,7 +35,7 @@ : pugi::xpath_node_set
  • type_sorted_reverse : pugi::xpath_node_set
  • type_unsorted : pugi::xpath_node_set -
    Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/functions_func.html b/docs/html/functions_func.html index b14af20..c4f5abe 100644 --- a/docs/html/functions_func.html +++ b/docs/html/functions_func.html @@ -95,8 +95,8 @@
  • find_attribute() : pugi::xml_node
  • find_child() : pugi::xml_node
  • find_child_by_attribute() -: pugi::xml_node
  • find_child_by_attribute_w() -: pugi::xml_node
  • find_node() +: pugi::xml_node
  • find_child_by_attribute_w() +: pugi::xml_node
  • find_node() : pugi::xml_node
  • first() : pugi::xpath_node_set
  • first_attribute() : pugi::xml_node
  • first_child() @@ -162,7 +162,7 @@ : pugi::xml_node
  • select_single_node() : pugi::xml_node
  • set_name() : pugi::xml_node, pugi::xml_attribute
  • set_value() -: pugi::xml_node, pugi::xml_attribute
  • size() +: pugi::xml_node, pugi::xml_attribute
  • size() : pugi::xpath_node_set
  • sort() : pugi::xpath_node_set

    - t -

    -
    Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/functions_type.html b/docs/html/functions_type.html index 3fb8a3f..9c62870 100644 --- a/docs/html/functions_type.html +++ b/docs/html/functions_type.html @@ -35,7 +35,7 @@ : pugi::xml_node
  • const_iterator : pugi::xpath_node_set
  • iterator : pugi::xml_node -
    Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/functions_vars.html b/docs/html/functions_vars.html index e24a2fb..c8acf9d 100644 --- a/docs/html/functions_vars.html +++ b/docs/html/functions_vars.html @@ -35,7 +35,7 @@ : pugi::xml_parse_result
  • offset : pugi::xml_parse_result
  • status : pugi::xml_parse_result -
    Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/graph_legend.html b/docs/html/graph_legend.html index 466dd53..87f852a 100644 --- a/docs/html/graph_legend.html +++ b/docs/html/graph_legend.html @@ -74,7 +74,7 @@ A purple dashed arrow is used if a class is contained or used by another class.
  • A yellow dashed arrow denotes a relation between a template instance and the template class it was instantiated from. The arrow is labeled with the template parameters of the instance.
  • -
    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/hierarchy.html b/docs/html/hierarchy.html index 48c8374..8c53579 100644 --- a/docs/html/hierarchy.html +++ b/docs/html/hierarchy.html @@ -45,7 +45,7 @@ This inheritance list is sorted roughly, but not completely, alphabetically: -
    Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/index.html b/docs/html/index.html index 97eafef..e1aa1be 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -14,7 +14,7 @@

    pugixml Documentation

    -

    0.41


    Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +

    0.42


    Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/inherits.html b/docs/html/inherits.html index 82a8e64..e9fa3aa 100644 --- a/docs/html/inherits.html +++ b/docs/html/inherits.html @@ -70,7 +70,7 @@ -
    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/namespacemembers.html b/docs/html/namespacemembers.html index 5367ce3..a44b2f7 100644 --- a/docs/html/namespacemembers.html +++ b/docs/html/namespacemembers.html @@ -46,8 +46,8 @@ Here is a list of all documented namespace members with links to the namespaces

    - a -

    • allocation_function : pugi
    • as_utf16() -: pugi
    • as_utf8() -: pugi
    +: pugi
  • as_utf8() +: pugi

    - d -

    • deallocation_function : pugi
    @@ -86,7 +86,7 @@ Here is a list of all documented namespace members with links to the namespaces : pugi

    - s -

    • set_memory_management_functions() -: pugi
    • status_bad_attribute +: pugi
    • status_bad_attribute : pugi
    • status_bad_cdata : pugi
    • status_bad_comment : pugi
    • status_bad_doctype @@ -106,7 +106,7 @@ Here is a list of all documented namespace members with links to the namespaces
    • xml_node_type : pugi
    • xml_parse_status : pugi
    -
    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/namespacemembers_enum.html b/docs/html/namespacemembers_enum.html index 3b5ab84..01429ce 100644 --- a/docs/html/namespacemembers_enum.html +++ b/docs/html/namespacemembers_enum.html @@ -33,7 +33,7 @@
  • xml_node_type : pugi
  • xml_parse_status : pugi -
    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/namespacemembers_eval.html b/docs/html/namespacemembers_eval.html index 06fc50f..014b08d 100644 --- a/docs/html/namespacemembers_eval.html +++ b/docs/html/namespacemembers_eval.html @@ -54,7 +54,7 @@ : pugi
  • status_out_of_memory : pugi
  • status_unrecognized_tag : pugi -
    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/namespacemembers_func.html b/docs/html/namespacemembers_func.html index 8102787..ba4688a 100644 --- a/docs/html/namespacemembers_func.html +++ b/docs/html/namespacemembers_func.html @@ -31,10 +31,10 @@

    • as_utf16() -: pugi
    • as_utf8() -: pugi
    • set_memory_management_functions() -: pugi
    -
    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +: pugi
  • as_utf8() +: pugi
  • set_memory_management_functions() +: pugi +
    Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/namespacemembers_type.html b/docs/html/namespacemembers_type.html index ae6fcd4..9f5cfbd 100644 --- a/docs/html/namespacemembers_type.html +++ b/docs/html/namespacemembers_type.html @@ -33,7 +33,7 @@
  • allocation_function : pugi
  • deallocation_function : pugi -
    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/namespacemembers_vars.html b/docs/html/namespacemembers_vars.html index 1b547ee..99e8b33 100644 --- a/docs/html/namespacemembers_vars.html +++ b/docs/html/namespacemembers_vars.html @@ -48,7 +48,7 @@ : pugi
  • parse_wnorm_attribute : pugi
  • parse_ws_pcdata : pugi -
    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/namespacepugi.html b/docs/html/namespacepugi.html index dc4ac08..3d59a07 100644 --- a/docs/html/namespacepugi.html +++ b/docs/html/namespacepugi.html @@ -118,15 +118,15 @@ The PugiXML Parser namespace.  Parsing status enumeration, returned as part of xml_parse_result struct. More...

    Functions

    -std::string as_utf8 (const wchar_t *str) +std::string PUGIXML_FUNCTION as_utf8 (const wchar_t *str) - Convert utf16 to utf8.
    -std::wstring as_utf16 (const char *str) + Convert utf16 to utf8.
    +std::wstring PUGIXML_FUNCTION as_utf16 (const char *str) - Convert utf8 to utf16.
    -void set_memory_management_functions (allocation_function allocate, deallocation_function deallocate) + Convert utf8 to utf16.
    +void PUGIXML_FUNCTION set_memory_management_functions (allocation_function allocate, deallocation_function deallocate) - Override default memory management functions.
    + Override default memory management functions.

    Variables

    const size_t memory_block_size = 32768 @@ -348,13 +348,13 @@ There was a mismatch of start-end tags (closing tag had incorrect name, some tag

    Function Documentation

    -

    +

    - + @@ -384,13 +384,13 @@ Convert utf16 to utf8.
    std::string pugi::as_utf8 std::string PUGIXML_FUNCTION pugi::as_utf8 const wchar_t *  str
    -

    +

    - + @@ -420,13 +420,13 @@ Convert utf8 to utf16.
    std::wstring pugi::as_utf16 std::wstring PUGIXML_FUNCTION pugi::as_utf16 const char *  str
    -

    +

    -
    - + @@ -909,7 +909,7 @@ This is the default set of formatting flags. It includes indenting nodes depending on their depth in DOM tree.
    void pugi::set_memory_management_functions void PUGIXML_FUNCTION pugi::set_memory_management_functions allocation_function  allocate,
    -
    Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/namespaces.html b/docs/html/namespaces.html index e87739b..9ebe663 100644 --- a/docs/html/namespaces.html +++ b/docs/html/namespaces.html @@ -20,7 +20,7 @@

    pugixml Namespace List

    Here is a list of all documented namespaces with brief descriptions:
    pugiThe PugiXML Parser namespace
    -
    Generated on Sun Feb 8 10:42:16 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:55 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/pages.html b/docs/html/pages.html index b5d36f1..1cd5f8a 100644 --- a/docs/html/pages.html +++ b/docs/html/pages.html @@ -16,7 +16,7 @@
  • Deprecated List -
    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:57 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/structpugi_1_1transfer__ownership__tag.html b/docs/html/structpugi_1_1transfer__ownership__tag.html index d2f639e..8ca0a2b 100644 --- a/docs/html/structpugi_1_1transfer__ownership__tag.html +++ b/docs/html/structpugi_1_1transfer__ownership__tag.html @@ -29,7 +29,7 @@ Struct used to distinguish parsing with ownership transfer from parsing without
    -
    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/structpugi_1_1xml__parse__result-members.html b/docs/html/structpugi_1_1xml__parse__result-members.html index 32482b8..3a9cc79 100644 --- a/docs/html/structpugi_1_1xml__parse__result-members.html +++ b/docs/html/structpugi_1_1xml__parse__result-members.html @@ -24,7 +24,7 @@
  • offsetpugi::xml_parse_result
    operator bool() const pugi::xml_parse_result [inline]
    statuspugi::xml_parse_result


    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +


    Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
    diff --git a/docs/html/structpugi_1_1xml__parse__result.html b/docs/html/structpugi_1_1xml__parse__result.html index b4ea8c9..da8fcc3 100644 --- a/docs/html/structpugi_1_1xml__parse__result.html +++ b/docs/html/structpugi_1_1xml__parse__result.html @@ -75,7 +75,7 @@ Parsing status (.
    -


    Generated on Sun Feb 8 10:42:18 2009 for pugixml by  +
    Generated on Thu Sep 17 22:15:56 2009 for pugixml by  doxygen 1.4.6-NO
    -- cgit v1.2.3