Represents a tagged XML element. Elements are characterized by having children, attributes, and names, and can themselves be children.
has_text?() Instance Public methods Evaluates to true if this element
add_text( text ) Instance Public methods A helper method to add a
namespaces() Instance Public methods
previous_element() Instance Public methods Returns the previous sibling that
add_namespace( prefix, uri=nil ) Instance Public methods Adds a namespace to
document() Instance Public methods Evaluates to the document to which this element
delete_attribute(key) Instance Public methods Removes an attribute
texts() Instance Public methods Get an array of all
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
Page 4 of 4