Represents a tagged XML element. Elements are characterized by having children, attributes, and names, and can themselves be children.
each_element( xpath=nil ) Instance Public methods Synonym for #elements.each
attribute( name, namespace=nil ) Instance Public methods
inspect() Instance Public methods
each_element_with_text( text=nil, max=0, name=nil ) Instance Public methods Iterates
clone() Instance Public methods Creates a shallow copy of self.
root() Instance Public methods
has_attributes?() Instance Public methods Evaluates to true if
add_attributes(hash) Instance Public methods Add multiple attributes to this
text=( text ) Instance Public methods Sets the first
root_node() Instance Public methods Evaluates to the root node of the document
Page 3 of 4