Represents a tagged XML element. Elements are characterized by having children, attributes, and names, and can themselves be children.
delete_namespace(namespace="xmlns") Instance Public methods Removes a namespace
has_elements?() Instance Public methods Evaluates to true if this
xpath() Instance Public methods
write(output=$stdout, indent=-1, transitive=false, ie_hack=false) Instance Public methods
delete_element(element) Instance Public methods Deletes a child element.
get_text(path = nil) Instance Public methods Returns the first child
instructions() Instance Public methods Get an array of all
cdatas() Instance Public methods Get an array of all
whitespace() Instance Public methods Evaluates to true if whitespace
raw() Instance Public methods Evaluates to true if raw mode is
Page 1 of 4