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/deprecated.html | 68 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 64 insertions(+), 4 deletions(-) (limited to 'docs/html/deprecated.html') diff --git a/docs/html/deprecated.html b/docs/html/deprecated.html index a46a680..097afd7 100644 --- a/docs/html/deprecated.html +++ b/docs/html/deprecated.html @@ -12,11 +12,71 @@
  • Classes
  • Related Pages
  • -

    Deprecated List

    -
    Member pugi::xml_node::print (std::ostream &os, const char *indent="", unsigned int flags=format_default, unsigned int depth=0) const
    -
    Use print() with xml_writer_stream instead
    +

    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
    -
    Generated on Tue Jan 5 20:02:10 2010 for pugixml by  +

    +

    +
    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