libxml++  5.4.0
xmlpp::Element Member List

This is the complete list of members for xmlpp::Element, including all inherited members.

add_child_cdata(const ustring & content)xmlpp::Element
add_child_comment(const ustring & content)xmlpp::Element
add_child_element(const ustring & name, const ustring & ns_prefix=ustring())xmlpp::Element
add_child_element(xmlpp::Node * previous_sibling, const ustring & name, const ustring & ns_prefix=ustring())xmlpp::Element
add_child_element_before(xmlpp::Node * next_sibling, const ustring & name, const ustring & ns_prefix=ustring())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())xmlpp::Element
add_child_element_with_new_ns(const ustring & name, const ustring & ns_uri, const ustring & ns_prefix=ustring())xmlpp::Element
add_child_element_with_new_ns(xmlpp::Node * previous_sibling, const ustring & name, const ustring & ns_uri, const ustring & ns_prefix=ustring())xmlpp::Element
add_child_entity_reference(const ustring & name)xmlpp::Element
add_child_processing_instruction(const ustring & name, const ustring & content)xmlpp::Element
add_child_text(const ustring & content=ustring())xmlpp::Element
add_child_text(xmlpp::Node * previous_sibling, const ustring & content=ustring())xmlpp::Element
add_child_text_before(xmlpp::Node * next_sibling, const ustring & content=ustring())xmlpp::Element
AttributeList typedefxmlpp::Element
cobj() noexceptxmlpp::Node
cobj() const noexceptxmlpp::Node
const_AttributeList typedefxmlpp::Element
const_NodeList typedefxmlpp::Node
const_NodeSet typedefxmlpp::Node
create_wrapper(_xmlNode * node)xmlpp::Nodestatic
Element(_xmlNode * node)xmlpp::Elementexplicit
eval_to_boolean(const ustring & xpath, XPathResultType * result_type=nullptr) constxmlpp::Node
eval_to_boolean(const ustring & xpath, const PrefixNsMap & namespaces, XPathResultType * result_type=nullptr) constxmlpp::Node
eval_to_number(const ustring & xpath, XPathResultType * result_type=nullptr) constxmlpp::Node
eval_to_number(const ustring & xpath, const PrefixNsMap & namespaces, XPathResultType * result_type=nullptr) constxmlpp::Node
eval_to_string(const ustring & xpath, XPathResultType * result_type=nullptr) constxmlpp::Node
eval_to_string(const ustring & xpath, const PrefixNsMap & namespaces, XPathResultType * result_type=nullptr) constxmlpp::Node
eval_xpath(const ustring & xpath, const PrefixNsMap & namespaces={})xmlpp::Node
eval_xpath(const ustring & xpath, const PrefixNsMap & namespaces={}) constxmlpp::Node
find(const ustring & xpath)xmlpp::Node
find(const ustring & xpath) constxmlpp::Node
find(const ustring & xpath, const PrefixNsMap & namespaces)xmlpp::Node
find(const ustring & xpath, const PrefixNsMap & namespaces) constxmlpp::Node
free_wrappers(_xmlNode * node)xmlpp::Nodestatic
get_attribute(const ustring & name, const ustring & ns_prefix=ustring())xmlpp::Element
get_attribute(const ustring & name, const ustring & ns_prefix=ustring()) constxmlpp::Element
get_attribute_value(const ustring & name, const ustring & ns_prefix=ustring()) constxmlpp::Element
get_attributes()xmlpp::Element
get_attributes() constxmlpp::Element
get_children(const ustring & name=ustring())xmlpp::Node
get_children(const ustring & name=ustring()) constxmlpp::Node
get_first_child(const ustring & name=ustring()) constxmlpp::Node
get_first_child(const ustring & name=ustring())xmlpp::Node
get_first_child_text()xmlpp::Element
get_first_child_text() constxmlpp::Element
get_line() constxmlpp::Node
get_name() constxmlpp::Node
get_namespace_prefix() constxmlpp::Node
get_namespace_uri() constxmlpp::Node
get_next_sibling() constxmlpp::Node
get_next_sibling()xmlpp::Node
get_parent() constxmlpp::Node
get_parent()xmlpp::Node
get_path() constxmlpp::Node
get_previous_sibling() constxmlpp::Node
get_previous_sibling()xmlpp::Node
has_child_text() constxmlpp::Element
import_node(const Node * node, bool recursive=true)xmlpp::Node
Node(_xmlNode * node)xmlpp::Nodeexplicit
NodeList typedefxmlpp::Node
NodeSet typedefxmlpp::Node
NonCopyable(const NonCopyable &)=deletexmlpp::NonCopyable
NonCopyable(NonCopyable &&)=deletexmlpp::NonCopyable
NonCopyable() noexceptxmlpp::NonCopyableprotected
operator=(const NonCopyable &)=deletexmlpp::NonCopyable
operator=(NonCopyable &&)=deletexmlpp::NonCopyable
PrefixNsMap typedefxmlpp::Node
remove_attribute(const ustring & name, const ustring & ns_prefix=ustring())xmlpp::Element
remove_node(Node * node)xmlpp::Nodestatic
set_attribute(const ustring & name, const ustring & value, const ustring & ns_prefix=ustring())xmlpp::Element
set_first_child_text(const ustring & content)xmlpp::Element
set_name(const ustring & name)xmlpp::Node
set_namespace(const ustring & ns_prefix)xmlpp::Node
set_namespace_declaration(const ustring & ns_uri, const ustring & ns_prefix=ustring())xmlpp::Element
~Element() overridexmlpp::Element
~Node() overridexmlpp::Node
~NonCopyable()xmlpp::NonCopyableprotectedvirtual