Mapping
Object Hierarchy:
Description:
public class Mapping :
Node
a class representing a mapping node
Content:
Creation methods:
Methods:
- protected override void before_add (Node child) throws AddNodeError
actions to execute before adding the specified child bode
- protected override void on_added (Node child)
actions to execute after adding the specified child bode
- protected override void on_removed (Node child, bool levelUpdate = true)
action to exectuing after removing the specified child node
- public Node? item (string name)
retriew a child node throught specifiyed name
- public override Node clone_node (string? name = null)
clone current node (with all his children)
- public ArrayList<string>? child_names ()
get a collection of chils name
Inherited Members:
All known members inherited from class Pluie.Yaml.Node
All known members inherited from class Pluie.Yaml.AbstractChild
All known members inherited from class Pluie.Yaml.AbstractNode
All known members inherited from class GLib.Object
All known members inherited from interface Pluie.Yaml.Collection