"DTD/xhtml1-strict.dtd">
Module REXML::Node
In: rexml/node.rb

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

Methods
indent    next_sibling_node    previous_sibling_node    to_s   
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)