Represents a tagged XML element. Elements are characterized by having children, attributes, and names, and can themselves be children.
has_elements?() Instance Public methods Evaluates to true if this
xpath() Instance Public methods
write(output=$stdout, indent=-1, transitive=false, ie_hack=false) Instance Public methods
prefixes() Instance Public methods Evaluates to an Array containing
next_element() Instance Public methods Returns the next sibling that is an element
ignore_whitespace_nodes() Instance Public methods
add_element(element, attrs=nil) Instance Public methods Adds a child to this
text( path = nil ) Instance Public methods A convenience method which returns
get_elements( xpath ) Instance Public methods Synonym for Element.to_a This
comments() Instance Public methods Get an array of all
Page 2 of 4