From 75a0d2379aee05e59f0829b04240b9307469e727 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 25 May 2010 19:24:32 +0000 Subject: Updated version, updated changelog, minor Doxygen fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@449 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__attribute.html | 47 +++++++++++++++--------------- 1 file changed, 24 insertions(+), 23 deletions(-) (limited to 'docs/html/classpugi_1_1xml__attribute.html') diff --git a/docs/html/classpugi_1_1xml__attribute.html b/docs/html/classpugi_1_1xml__attribute.html index e65b145..fc26418 100644 --- a/docs/html/classpugi_1_1xml__attribute.html +++ b/docs/html/classpugi_1_1xml__attribute.html @@ -77,12 +77,13 @@ bool operator! () cons bool as_bool () const  Cast attribute value as bool.
- -unsigned int document_order () const + +PUGIXML_DEPRECATED unsigned
+int document_order () const -xml_attributeoperator= (const char *rhs) +xml_attributeoperator= (const char_t *rhs) - Set attribute value to rhs.
+ Set attribute value to rhs.
xml_attributeoperator= (int rhs)  Set attribute value to rhs.
@@ -95,12 +96,12 @@ unsigned int document_orde xml_attributeoperator= (bool rhs)  Set attribute value to either 'true' or 'false' (depends on whether rhs is true or false).
-bool set_name (const char *rhs) +bool set_name (const char_t *rhs) - Set attribute name to rhs.
-bool set_value (const char *rhs) + Set attribute name to rhs.
+bool set_value (const char_t *rhs) - Set attribute value to rhs.
+ Set attribute value to rhs.
bool set_value (int rhs)  Set attribute value to rhs.
@@ -116,12 +117,12 @@ unsigned int document_orde bool empty () const  Check if attribute is empty.
-const char * name () const +const char_tname () const - Get attribute name.
-const char * value () const + Get attribute name.
+const char_tvalue () const - Get attribute value.
+ Get attribute value.

Friends

class xml_attribute_iterator @@ -618,7 +619,7 @@ Returns true for attributes with values that start with '1', 't', 'T', 'y', 'Y', -

+

- + @@ -798,7 +799,7 @@ Set attribute value to either 'true' or 'false' (depends on whether rhs
@@ -626,7 +627,7 @@ Returns true for attributes with values that start with '1', 't', 'T', 'y', 'Y',
xml_attribute& pugi::xml_attribute::operator= const char * const char_t rhs  ) 
-

+

- + @@ -834,7 +835,7 @@ Set attribute name to rhs.
@@ -806,7 +807,7 @@ Set attribute value to either 'true' or 'false' (depends on whether rhs
bool pugi::xml_attribute::set_name const char * const char_t rhs  ) 
-

+

- + @@ -1044,13 +1045,13 @@ Check if attribute is empty.
@@ -842,7 +843,7 @@ Set attribute name to rhs.
bool pugi::xml_attribute::set_value const char * const char_t rhs  ) 
-

+

- + @@ -1074,13 +1075,13 @@ Get attribute name.
const char* pugi::xml_attribute::name const char_t* pugi::xml_attribute::name  ) 
-

+

- + @@ -1104,7 +1105,7 @@ Get attribute value.
const char* pugi::xml_attribute::value const char_t* pugi::xml_attribute::value  ) 
-
Generated on Tue Jan 5 20:02:12 2010 for pugixml by  +
Generated on Tue May 25 23:22:40 2010 for pugixml by  doxygen 1.4.6-NO
-- cgit v1.2.3