libxml++
2.40.1
|
This is the complete list of members for xmlpp::Element, including all inherited members.
add_child(const Glib::ustring& name, const Glib::ustring& ns_prefix=Glib::ustring()) | xmlpp::Node | |
add_child(xmlpp::Node* previous_sibling, const Glib::ustring& name, const Glib::ustring& ns_prefix=Glib::ustring()) | xmlpp::Node | |
add_child_before(xmlpp::Node* next_sibling, const Glib::ustring& name, const Glib::ustring& ns_prefix=Glib::ustring()) | xmlpp::Node | |
add_child_before_with_new_ns(xmlpp::Node* next_sibling, const Glib::ustring& name, const Glib::ustring& ns_uri, const Glib::ustring& ns_prefix=Glib::ustring()) | xmlpp::Node | |
add_child_cdata(const Glib::ustring& content) | xmlpp::Element | |
add_child_comment(const Glib::ustring& content) | xmlpp::Element | |
add_child_entity_reference(const Glib::ustring& name) | xmlpp::Element | |
add_child_processing_instruction(const Glib::ustring& name, const Glib::ustring& content) | xmlpp::Element | |
add_child_text(const Glib::ustring& content=Glib::ustring()) | xmlpp::Element | |
add_child_text(xmlpp::Node* previous_sibling, const Glib::ustring& content=Glib::ustring()) | xmlpp::Element | |
add_child_text_before(xmlpp::Node* next_sibling, const Glib::ustring& content=Glib::ustring()) | xmlpp::Element | |
add_child_with_new_ns(const Glib::ustring& name, const Glib::ustring& ns_uri, const Glib::ustring& ns_prefix=Glib::ustring()) | xmlpp::Node | |
add_child_with_new_ns(xmlpp::Node* previous_sibling, const Glib::ustring& name, const Glib::ustring& ns_uri, const Glib::ustring& ns_prefix=Glib::ustring()) | xmlpp::Node | |
AttributeList typedef | xmlpp::Element | |
cobj() | xmlpp::Node | |
cobj() const | xmlpp::Node | |
create_new_child_node(const Glib::ustring& name, const Glib::ustring& ns_prefix) | xmlpp::Node | protected |
create_new_child_node_with_new_ns(const Glib::ustring& name, const Glib::ustring& ns_uri, const Glib::ustring& ns_prefix) | xmlpp::Node | protected |
create_wrapper(_xmlNode* node) | xmlpp::Node | static |
Element(_xmlNode* node) | xmlpp::Element | explicit |
eval_to_boolean(const Glib::ustring& xpath, XPathResultType* result_type=nullptr) const | xmlpp::Node | |
eval_to_boolean(const Glib::ustring& xpath, const PrefixNsMap& namespaces, XPathResultType* result_type=nullptr) const | xmlpp::Node | |
eval_to_number(const Glib::ustring& xpath, XPathResultType* result_type=nullptr) const | xmlpp::Node | |
eval_to_number(const Glib::ustring& xpath, const PrefixNsMap& namespaces, XPathResultType* result_type=nullptr) const | xmlpp::Node | |
eval_to_string(const Glib::ustring& xpath, XPathResultType* result_type=nullptr) const | xmlpp::Node | |
eval_to_string(const Glib::ustring& xpath, const PrefixNsMap& namespaces, XPathResultType* result_type=nullptr) const | xmlpp::Node | |
find(const Glib::ustring& xpath) const | xmlpp::Node | |
find(const Glib::ustring& xpath, const PrefixNsMap& namespaces) const | xmlpp::Node | |
free_wrappers(_xmlNode* node) | xmlpp::Node | static |
get_attribute(const Glib::ustring& name, const Glib::ustring& ns_prefix=Glib::ustring()) const | xmlpp::Element | |
get_attribute_value(const Glib::ustring& name, const Glib::ustring& ns_prefix=Glib::ustring()) const | xmlpp::Element | |
get_attributes() | xmlpp::Element | |
get_attributes() const | xmlpp::Element | |
get_child_text() | xmlpp::Element | |
get_child_text() const | xmlpp::Element | |
get_children(const Glib::ustring& name=Glib::ustring()) | xmlpp::Node | |
get_children(const Glib::ustring& name=Glib::ustring()) const | xmlpp::Node | |
get_first_child(const Glib::ustring& name=Glib::ustring()) const | xmlpp::Node | |
get_first_child(const Glib::ustring& name=Glib::ustring()) | xmlpp::Node | |
get_line() const | xmlpp::Node | |
get_name() const | xmlpp::Node | |
get_namespace_prefix() const | xmlpp::Node | |
get_namespace_uri() const | xmlpp::Node | |
get_namespace_uri_for_prefix(const Glib::ustring& ns_prefix) const | xmlpp::Element | protected |
get_next_sibling() const | xmlpp::Node | |
get_next_sibling() | xmlpp::Node | |
get_parent() const | xmlpp::Node | |
get_parent() | xmlpp::Node | |
get_path() const | xmlpp::Node | |
get_previous_sibling() const | xmlpp::Node | |
get_previous_sibling() | xmlpp::Node | |
has_child_text() const | xmlpp::Element | |
import_node(const Node* node, bool recursive=true) | xmlpp::Node | |
Node(_xmlNode* node) | xmlpp::Node | explicit |
NodeList typedef | xmlpp::Node | |
NonCopyable() | xmlpp::NonCopyable | protected |
NonCopyable(const NonCopyable&)=delete | xmlpp::NonCopyable | protected |
operator=(const NonCopyable&)=delete | xmlpp::NonCopyable | protected |
PrefixNsMap typedef | xmlpp::Node | |
remove_attribute(const Glib::ustring& name, const Glib::ustring& ns_prefix=Glib::ustring()) | xmlpp::Element | |
remove_child(Node* node) | xmlpp::Node | |
set_attribute(const Glib::ustring& name, const Glib::ustring& value, const Glib::ustring& ns_prefix=Glib::ustring()) | xmlpp::Element | |
set_child_text(const Glib::ustring& content) | xmlpp::Element | |
set_name(const Glib::ustring& name) | xmlpp::Node | |
set_namespace(const Glib::ustring& ns_prefix) | xmlpp::Node | |
set_namespace_declaration(const Glib::ustring& ns_uri, const Glib::ustring& ns_prefix=Glib::ustring()) | xmlpp::Element | |
~Element() override | xmlpp::Element | |
~Node() override | xmlpp::Node | |
~NonCopyable() | xmlpp::NonCopyable | protectedvirtual |