Represents a tagged XML element. Elements are characterized by having children, attributes, and names, and can themselves be children.
raw() Instance Public methods Evaluates to true if raw mode is
xpath() Instance Public methods
delete_namespace(namespace="xmlns") Instance Public methods Removes a namespace
prefixes() Instance Public methods Evaluates to an Array containing
ignore_whitespace_nodes() Instance Public methods
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
attribute( name, namespace=nil ) Instance Public methods
text( path = nil ) Instance Public methods A convenience method which returns
get_elements( xpath ) Instance Public methods Synonym for Element.to_a This
Page 2 of 4