| Module REXML::Node |
|
Represents a node in the tree. Nodes are never encountered except as superclasses of other objects. Nodes have siblings.
| Methods |
| Public Instance methods |
| next_sibling_node() |
@return the next sibling (nil if unset)
| previous_sibling_node() |
@return the previous sibling (nil if unset)
| to_s(indent=-1) |
| indent(to, ind) |