Pluie.Yaml.Processor – pluie-yaml-0.4 Reference Manual
Packages
pluie-yaml-0.4
Pluie
Yaml
Processor
error_event
events
Processor
read
run
done
root
Processor
Object Hierarchy:
Description:
public
class
Processor
a class dealing with a sequence of yaml events and composing the Yaml Node Graph
Namespace:
Pluie.Yaml
Package:
pluie-yaml-0.4
Content:
Properties:
public
ArrayList
<
Event
>
events
{
get
; }
Events list
public
Event
?
error_event
{
get
; }
Error event
Creation methods:
public
Processor
()
Methods:
public
void
read
()
display the list of events generated via yaml.c
public
bool
run
()
processing the events list and generate the corresponding Yaml Nodes
Fields:
public
bool
done
indicates if processing is sucess
public
Node
root
the root Yaml.Node