The base class for any Node in a YAML parse tree. This class should never be instantiated.

Attributes
Read

The children of this node

tag

Read

An associated tag

Read & Write

The line number where this node start

Read & Write

The column number where this node start

Read & Write

The line number where this node ends

Read & Write

The column number where this node ends

Class Methods

Create a new Psych::Nodes::Node

Instance Methods
No documentation available
No documentation available

Iterate over each node in the tree. Yields each node to block depth first.

No documentation available
No documentation available
No documentation available
No documentation available

Convert this node to Ruby.

See also Psych::Visitors::ToRuby

An alias for yaml
An alias for to_ruby

Convert this node to YAML.

See also Psych::Visitors::Emitter