From 26ab424b0302f73704c58b3b6deb62a85bfacba8 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 11 Jul 2010 15:29:31 +0000 Subject: docs: Removed old documents git-svn-id: http://pugixml.googlecode.com/svn/trunk@592 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/deprecated.html | 83 ----------------------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 docs/html/deprecated.html (limited to 'docs/html/deprecated.html') diff --git a/docs/html/deprecated.html b/docs/html/deprecated.html deleted file mode 100644 index 097afd7..0000000 --- a/docs/html/deprecated.html +++ /dev/null @@ -1,83 +0,0 @@ - - -pugixml: Deprecated List - - - - -
-
-

Deprecated List

-
Member pugi::xml_document::parse (char *xmlstr, unsigned int options=parse_default)
-
This function is deprecated and will be removed in future versions; use xml_document::load_buffer_inplace instead
-
-

-

-
Member pugi::xml_document::parse (const transfer_ownership_tag &, char *xmlstr, unsigned int options=parse_default)
-
This function is deprecated and will be removed in future versions; use xml_document::load_buffer_inplace_own instead
-
-

-

-
Member pugi::xml_node::child_w (const char_t *name) const
-
This function is deprecated
-
-

-

-
Member pugi::xml_node::attribute_w (const char_t *name) const
-
This function is deprecated
-
-

-

-
Member pugi::xml_node::next_sibling_w (const char_t *name) const
-
This function is deprecated
-
-

-

-
Member pugi::xml_node::previous_sibling_w (const char_t *name) const
-
This function is deprecated
-
-

-

-
Member pugi::xml_node::child_value_w (const char_t *name) const
-
This function is deprecated
-
-

-

-
Member pugi::xml_node::all_elements_by_name_w (const char_t *name, OutputIterator it) const
-
This function is deprecated
-
-

-

-
Member pugi::xml_node::find_child_by_attribute_w (const char_t *name, const char_t *attr_name, const char_t *attr_value) const
-
This function is deprecated
-
-

-

-
Member pugi::xml_node::find_child_by_attribute_w (const char_t *attr_name, const char_t *attr_value) const
-
This function is deprecated
-
-

-

-
Member pugi::as_utf16 (const char *str)
-
This function is deprecated and will be removed in future versions; use as_wide instead
-
-

-

-
Member pugi::parse_wnorm_attribute
-
This flag is deprecated
-
-

-

-
Member pugi::format_write_bom_utf8
-
This constant is deprecated and will be removed in future versions; use format_write_bom instead
-
-
Generated on Tue May 25 23:22:40 2010 for pugixml by  - -doxygen 1.4.6-NO
- - -- cgit v1.2.3