Finder


Object Hierarchy:

Object hierarchy for Finder

Description:

public class Finder : Object

Finder class used to easily retriew Yaml.Node

Path definition has two mode : default mode is Yaml.FIND_MODE.DOT

  • child mapping node are separated by dot :
  • sequence entry must be enclosed in curly brace

    ex : grandfather.father.son{2}.age

other mode is Yaml.FIND_MODE.SQUARE_BRACKETS.

  • node's key name must be enclosed in square brackets
  • sequence entry must be enclosed in curly brace

    ex : [grandfather][father][son]{2}[age]


Namespace: Pluie.Yaml
Package: pluie-yaml-0.6

Content:

Properties:

Creation methods:

Methods:

Inherited Members: