Pluie.Yaml.Scanner – pluie-yaml-0.4 Reference Manual
Packages
pluie-yaml-0.4
Pluie
Yaml
Scanner
done
Scanner
get_error_event
get_nodes
run
DEBUG
Scanner
Object Hierarchy:
Description:
public
class
Scanner
a Yaml scanner class dealing with libyaml to generate a list of Yaml.Event
Namespace:
Pluie.Yaml
Package:
pluie-yaml-0.4
Content:
Properties:
public
bool
done
{
get
; }
indicate if file has been sucessfully scanned
Creation methods:
public
Scanner
(
string
path)
Methods:
public
Node
?
get_nodes
()
return resulting Yaml root node
public
Event
?
get_error_event
()
return error Yaml Event
public
bool
run
(
string
? path =
null
)
scan specifiyed file generated throught yaml.c
Fields:
public
static
bool
DEBUG