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