libxml++  3.2.0
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 Glib::ustring& value)
Replaces Attribute::set_value()
Member xmlpp::Dtd::Dtd (const std::string& filename)
Member xmlpp::Dtd::Dtd (const Glib::ustring& external, const Glib::ustring& system)
Member xmlpp::Dtd::parse_file (const std::string& filename)
Member xmlpp::Dtd::parse_memory (const Glib::ustring& contents)
Member xmlpp::Dtd::parse_stream (std::istream& in)
Member xmlpp::Dtd::parse_subset (const Glib::ustring& external, const Glib::ustring& system)
Member xmlpp::DtdValidator::DtdValidator (Dtd* dtd, bool take_ownership)
Member xmlpp::Element::add_child_element (const Glib::ustring& name, const Glib::ustring& ns_prefix=Glib::ustring())
Replaces Node::add_child()
Member xmlpp::Element::add_child_element (xmlpp::Node* previous_sibling, const Glib::ustring& name, const Glib::ustring& ns_prefix=Glib::ustring())
Replaces Node::add_child()
Member xmlpp::Element::add_child_element_before (xmlpp::Node* next_sibling, const Glib::ustring& name, const Glib::ustring& ns_prefix=Glib::ustring())
Replaces Node::add_child_before()
Member xmlpp::Element::add_child_element_before_with_new_ns (xmlpp::Node* next_sibling, const Glib::ustring& name, const Glib::ustring& ns_uri, const Glib::ustring& ns_prefix=Glib::ustring())
Replaces Node::add_child_before_with_new_ns()
Member xmlpp::Element::add_child_element_with_new_ns (xmlpp::Node* previous_sibling, const Glib::ustring& name, const Glib::ustring& ns_uri, const Glib::ustring& ns_prefix=Glib::ustring())
Replaces Node::add_child_with_new_ns()
Member xmlpp::Element::add_child_element_with_new_ns (const Glib::ustring& name, const Glib::ustring& ns_uri, const Glib::ustring& ns_prefix=Glib::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 Glib::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()