Yaml.EmitterState – yaml-0.1 Reference Manual
Packages
yaml-0.1
Yaml
EmitterState
BLOCK_MAPPING_FIRST_KEY
BLOCK_MAPPING_KEY
BLOCK_MAPPING_SIMPLE_VALUE
BLOCK_MAPPING_VALUE
BLOCK_SEQUENCE_FIRST_ITEM
BLOCK_SEQUENCE_ITEM
DOCUMENT_CONTENT
DOCUMENT_END
DOCUMENT_START
END
FIRST_DOCUMENT_START
FLOW_MAPPING_FIRST_KEY
FLOW_MAPPING_KEY
FLOW_MAPPING_SIMPLE_VALUE
FLOW_MAPPING_VALUE
FLOW_SEQUENCE_FIRST_ITEM
FLOW_SEQUENCE_ITEM
STREAM_START
EmitterState
Description:
[
CCode
( cname =
"yaml_emitter_state_t"
, has_type_id =
false
) ]
public
enum
EmitterState
The emitter states.
Namespace:
Yaml
Package:
yaml-0.1
Content:
Enum values:
BLOCK_MAPPING_FIRST_KEY
-
Expect the first key of a block mapping.
BLOCK_MAPPING_KEY
-
Expect the key of a block mapping.
BLOCK_MAPPING_SIMPLE_VALUE
-
Expect a value for a simple key of a block mapping.
BLOCK_MAPPING_VALUE
-
Expect a value of a block mapping.
BLOCK_SEQUENCE_FIRST_ITEM
-
Expect the first item of a block sequence.
BLOCK_SEQUENCE_ITEM
-
Expect an item of a block sequence.
DOCUMENT_CONTENT
-
Expect the content of a document.
DOCUMENT_END
-
Expect DOCUMENT-END.
DOCUMENT_START
-
Expect DOCUMENT- START or STREAM-END.
END
-
Expect nothing.
FIRST_DOCUMENT_START
-
Expect the first DOCUMENT-START or STREAM-END.
FLOW_MAPPING_FIRST_KEY
-
Expect the first key of a flow mapping.
FLOW_MAPPING_KEY
-
Expect a key of a flow mapping.
FLOW_MAPPING_SIMPLE_VALUE
-
Expect a value for a simple key of a flow mapping.
FLOW_MAPPING_VALUE
-
Expect a value of a flow mapping.
FLOW_SEQUENCE_FIRST_ITEM
-
Expect the first item of a flow sequence.
FLOW_SEQUENCE_ITEM
-
Expect an item of a flow sequence.
STREAM_START
-
Expect STREAM-START.