Yaml.Token – yaml-0.1 Reference Manual
Packages
yaml-0.1
Yaml
Token
data_alias_value
data_anchor_value
data_scalar_length
data_scalar_style
data_scalar_value
data_stream_start_encoding
data_tag_directive_handle
data_tag_directive_prefix
data_tag_handle
data_tag_suffix
data_version_directive_major
data_version_directive_minor
end_mark
start_mark
type
Token
Object Hierarchy:
Description:
[
CCode
( cname =
"yaml_token_t"
, destroy_function =
"yaml_token_delete"
, has_type_id =
false
) ]
public
struct
Token
The token structure.
Namespace:
Yaml
Package:
yaml-0.1
Content:
Fields:
public
TokenType
type
The token type.
public
Encoding
data_stream_start_encoding
The stream encoding.
public
string
?
data_alias_value
The alias value.
public
string
?
data_anchor_value
The anchor value.
public
string
?
data_tag_handle
The tag handle.
public
string
?
data_tag_suffix
The tag suffix.
public
string
?
data_scalar_value
The scalar value.
public
size_t
data_scalar_length
The length of the scalar value.
public
ScalarStyle
data_scalar_style
The scalar style.
public
int
data_version_directive_major
The major version number.
public
int
data_version_directive_minor
The minor version number.
public
string
?
data_tag_directive_handle
The tag handle.
public
string
?
data_tag_directive_prefix
The tag prefix.
public
Mark
start_mark
The beginning of the token.
public
Mark
end_mark
The end of the token.