libxml++: New API in libxml++ 3.0

Member xmlpp::AttributeNode::cobj () noexcept
Replaces Attribute::cobj()
Member xmlpp::AttributeNode::cobj () const noexcept
Replaces Attribute::cobj() const
Member xmlpp::AttributeNode::set_value (const ustring& value)
Replaces Attribute::set_value()
Member xmlpp::Dtd::Dtd (const std::string& filename)
Member xmlpp::Dtd::Dtd (const ustring& external, const ustring& system)
Member xmlpp::Dtd::parse_file (const std::string& filename)
Member xmlpp::Dtd::parse_memory (const ustring& contents)
Member xmlpp::Dtd::parse_stream (std::istream& in)
Member xmlpp::Dtd::parse_subset (const ustring& external, const ustring& system)
Member xmlpp::DtdValidator::DtdValidator (Dtd* dtd, bool take_ownership)
Member xmlpp::Element::add_child_element (const ustring& name, const ustring& ns_prefix=ustring())
Replaces Node::add_child()
Member xmlpp::Element::add_child_element (xmlpp::Node* previous_sibling, const ustring& name, const ustring& ns_prefix=ustring())
Replaces Node::add_child()
Member xmlpp::Element::add_child_element_before (xmlpp::Node* next_sibling, const ustring& name, const ustring& ns_prefix=ustring())
Replaces Node::add_child_before()
Member xmlpp::Element::add_child_element_before_with_new_ns (xmlpp::Node* next_sibling, const ustring& name, const ustring& ns_uri, const ustring& ns_prefix=ustring())
Replaces Node::add_child_before_with_new_ns()
Member xmlpp::Element::add_child_element_with_new_ns (xmlpp::Node* previous_sibling, const ustring& name, const ustring& ns_uri, const ustring& ns_prefix=ustring())
Replaces Node::add_child_with_new_ns()
Member xmlpp::Element::add_child_element_with_new_ns (const ustring& name, const ustring& ns_uri, const ustring& ns_prefix=ustring())
Replaces Node::add_child_with_new_ns()
Member xmlpp::Element::get_first_child_text () const
Replaces get_child_text().
Member xmlpp::Element::get_first_child_text ()
Replaces get_child_text().
Member xmlpp::Element::set_first_child_text (const ustring& content)
Replaces set_child_text().
Member xmlpp::format_printf_message (const char* fmt, va_list args)
Member xmlpp::Node::remove_node (Node* node)
Replaces remove_child()