AbstractNode
Object Hierarchy:
Description:
public abstract class AbstractNode :
Object
abstract class representing a node
Content:
Properties:
- public string uuid { get; }
universal unique identifier
- public string? name { get; }
current node name (key)
- public string? data { get; }
current node data for Yaml.NodeScalar node
- public NODE_TYPE ntype { get; }
node type related to Yaml.NODE_TYPE
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object