Represents a tagged XML element. Elements are characterized by having children, attributes, and names, and can themselves be children.
delete_element(element) Instance Public methods Deletes a child element.
add_attribute( key, value=nil ) Instance Public methods Adds an attribute to
namespace(prefix=nil) Instance Public methods Evalutas to the
cdatas() Instance Public methods Get an array of all
node_type() Instance Public methods
whitespace() Instance Public methods Evaluates to true if whitespace
write(output=$stdout, indent=-1, transitive=false, ie_hack=false) Instance Public methods
has_elements?() Instance Public methods Evaluates to true if this
xpath() Instance Public methods
instructions() Instance Public methods Get an array of all
Page 1 of 4