Represents a tagged XML element. Elements are characterized by having children, attributes, and names, and can themselves be children.
inspect() Instance Public methods
has_attributes?() Instance Public methods Evaluates to true if
text=( text ) Instance Public methods Sets the first
document() Instance Public methods Evaluates to the document to which this element
each_element_with_attribute( key, value=nil, max=0, name=nil ) Instance Public methods
new( arg = UNDEFINED, parent=nil, context=nil ) Class Public methods Constructor
previous_element() Instance Public methods Returns the previous sibling that
delete_attribute(key) Instance Public methods Removes an attribute
add_namespace( prefix, uri=nil ) Instance Public methods Adds a namespace to
texts() Instance Public methods Get an array of all
Page 4 of 4