Class HtmlElement

Superclasses :
xml::Element
Package :
xml

Source

Class summary
Methods inherited from xml::Element
get_attributes() get_name(s) get_nth_element(n, s) get_type() print_structure(f, indent, flags) search_children(s) search_tree(s)
Variables inherited from xml::Element
attributes name
Methods inherited from xml::Node
add_child(obj, pos) add_string(s, pos) do_trim(s) generate_nodes() get_children() get_children_no_whitespace() get_parent() get_string_content() get_trimmed_children() get_trimmed_string_content() get_type() print_structure(f, indent, flags) remove_whitespace_children()
Variables inherited from xml::Node
children parent
Methods inherited from lang::Object
clone(seen) equals(other, seen) get_class() get_class_name() get_id() hash_code(depth, seen) is_instance(name) to_string(depth, seen)
Methods defined in this class
get_attribute(key) initially() set_attribute(key, value) set_name(s)

Method detail

get_attribute(key)

Overrides get_attribute(key) in xml::Element
Return the attribute for this element
Source

initially()

Overrides initially() in xml::Node

set_attribute(key, value)

Overrides set_attribute(key, value) in xml::Element
Set an attribute for this element.
Source

set_name(s)

Overrides set_name(s) in xml::Element
Set the name of the element, which is converted to upper case.
Source