Module

Represents a node in the tree. Nodes are never encountered except as superclasses of other objects. Nodes have siblings.

Instance Methods

Visit all subnodes of self recursively

Find (and return) first subnode (recursively) for which the block evaluates to true. Returns nil if none was found.

No documentation available

Returns the position that self holds in its parent’s array, indexed from 1.

@return the next sibling (nil if unset)

No documentation available

@return the previous sibling (nil if unset)

indent

DEPRECATED This parameter is now ignored. See the formatters in the REXML::Formatters package for changing the output style.