Pluie.Yaml.EVT – pluie-yaml-0.4 Reference Manual
Packages
pluie-yaml-0.4
Pluie
Yaml
EVT
ALIAS
ANCHOR
BLOCK_END
BLOCK_ENTRY
BLOCK_MAPPING_START
BLOCK_SEQUENCE_START
DOCUMENT_END
DOCUMENT_START
FLOW_ENTRY
FLOW_MAPPING_END
FLOW_MAPPING_START
FLOW_SEQUENCE_END
FLOW_SEQUENCE_START
KEY
NONE
SCALAR
STREAM_END
STREAM_START
TAG
TAG_DIRECTIVE
VALUE
VERSION_DIRECTIVE
infos
is_alias
is_anchor
is_entry
is_error
is_key
is_mapping_end
is_mapping_start
is_scalar
is_sequence_end
is_sequence_start
is_value
EVT
Description:
public
enum
EVT
enum MatchInfo keys of Yaml.Mode.find method related to mode FIND_MODE.SQUARE_BRACKETS of Yaml.Node
Namespace:
Pluie.Yaml
Package:
pluie-yaml-0.4
Content:
Enum values:
NONE
STREAM_START
STREAM_END
VERSION_DIRECTIVE
TAG_DIRECTIVE
DOCUMENT_START
DOCUMENT_END
BLOCK_SEQUENCE_START
BLOCK_MAPPING_START
BLOCK_END
FLOW_SEQUENCE_START
FLOW_SEQUENCE_END
FLOW_MAPPING_START
FLOW_MAPPING_END
BLOCK_ENTRY
FLOW_ENTRY
KEY
VALUE
ALIAS
ANCHOR
TAG
SCALAR
Methods:
public
string
infos
()
public
bool
is_key
()
public
bool
is_anchor
()
public
bool
is_alias
()
public
bool
is_value
()
public
bool
is_scalar
()
public
bool
is_mapping_start
()
public
bool
is_sequence_start
()
public
bool
is_sequence_end
()
public
bool
is_entry
()
public
bool
is_mapping_end
()
public
bool
is_error
()