Represents a tagged XML element. Elements are characterized by having children, attributes, and names, and can themselves be children.
comments() Instance Public methods Get an array of all
each_element( xpath=nil ) Instance Public methods Synonym for #elements.each
each_element_with_text( text=nil, max=0, name=nil ) Instance Public methods Iterates
has_text?() Instance Public methods Evaluates to true if this element
root_node() Instance Public methods Evaluates to the root node of the document
namespaces() Instance Public methods
add_text( text ) Instance Public methods A helper method to add a
add_attributes(hash) Instance Public methods Add multiple attributes to this
root() Instance Public methods
clone() Instance Public methods Creates a shallow copy of self.
Page 3 of 4