Event
Object Hierarchy:
Description:
[ CCode ( cname = "yaml_event_t" , destroy_function = "yaml_event_delete" , has_type_id = false ) ]
public struct Event
Content:
Methods:
- public int alias_initialize (string anchor)
Create an ALIAS event.
- public int document_end_initialize (int implicit)
Create the DOCUMENT-END event.
- public int document_start_initialize (VersionDirective? version_directive, TagDirective[]? tag_directives_start, TagDirective[]? tag_directives_end, int implicit)
Create the DOCUMENT-START event.
- public int mapping_end_initialize ()
Create a MAPPING-END event.
- public int mapping_start_initialize (string? anchor, string? tag, int implicit, MappingStyle style)
Create a MAPPING-START event.
- public int scalar_initialize (string? anchor, string? tag, string value, int length, int plain_implicit, int quoted_implicit, ScalarStyle style)
Create a SCALAR event.
- public int sequence_end_initialize ()
Create a SEQUENCE-END event.
- public int sequence_start_initialize (string? anchor, string? tag, int implicit, SequenceStyle style)
Create a SEQUENCE-START event.
- public int stream_end_initialize ()
Create the STREAM-END event.
- public int stream_start_initialize (Encoding encoding)
Create the STREAM-START event.
Fields: