Variable YAMLNode.n

The underlying data

class YAMLNode
{
  // ...
  dyaml.node.Node n ;
  // ...
}