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