Struct Parser.XMLToken
The structure returned in output from the low level parser. Represents an XML token, delimited by specific patterns, based on its kind. This delimiters are not present in the content field.
Fields
Name | Type | Description |
---|---|---|
content
|
L |
The content of the token, delimiters excluded |
kind
|
XMLKind |
Represents the kind of token |
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --