Eiffel Media API
Overview
Cluster
Class
Classes
Index
Previous
Next
Top
Features
xml
.
parser
.
eiffel
Class XM_EIFFEL_TOKENS
Direct ancestors
YY_PARSER_TOKENS
Known direct descendants
XM_EIFFEL_PARSER_SKELETON
,
XM_EIFFEL_SCANNER_SKELETON
Features
Access
token_name
Last values
last_any_value
last_string_value
Token codes
apos
attribute_entity
attribute_entity_utf8
attribute_lt
cdata_end
cdata_start
chardata
chardata_utf8
comment_dashdash
comment_end
comment_start
content_conditional_end
content_entity
content_entity_utf8
doctype_attlist
doctype_att_cdata
doctype_att_entities
doctype_att_entity
doctype_att_id
doctype_att_idref
doctype_att_idrefs
doctype_att_nmtoken
doctype_att_nmtokens
doctype_att_notation
doctype_conditional_end
doctype_conditional_ignore
doctype_conditional_start
doctype_declaration_end
doctype_declaration_start
doctype_element
doctype_element_any
doctype_element_empty
doctype_end
doctype_entity
doctype_fixed
doctype_group_any
doctype_group_end
doctype_group_onemore
doctype_group_or
doctype_group_seq
doctype_group_start
doctype_group_zeroone
doctype_ignore
doctype_implied
doctype_include
doctype_ndata
doctype_notation
doctype_pcdata
doctype_percent
doctype_pereference
doctype_pereference_utf8
doctype_public
doctype_required
doctype_start
doctype_system
doctype_system_utf8
entityvalue_pereference
entityvalue_pereference_utf8
entity_invalid
eq
input_invalid
name
name_utf8
nmtoken
nmtoken_utf8
pi_end
pi_reserved
pi_start
pi_target
pi_target_utf8
quot
space
tag_end
tag_end_empty
tag_name_atom
tag_name_atom_utf8
tag_name_colon
tag_name_first
tag_name_first_utf8
tag_start
tag_start_end
value_end
value_start
xmldeclaration_encoding
xmldeclaration_encoding_value
xmldeclaration_end
xmldeclaration_standalone
xmldeclaration_standalone_no
xmldeclaration_standalone_yes
xmldeclaration_start
xmldeclaration_version
xmldeclaration_version_10
Invariants
indexing
description
Parser token codes
generator
geyacc version 3.4
class
XM_EIFFEL_TOKENS
inherit
YY_PARSER_TOKENS
feature
-- Access
token_name
(
a_token
:
INTEGER
)
:
STRING
-- Name of token
a_token
-- (From
YY_PARSER_TOKENS
)
ensure
token_name_not_void:
Result
/=
Void
feature
-- Last values
last_any_value
:
ANY
last_string_value
:
STRING
feature
-- Token codes
apos
:
INTEGER
attribute_entity
:
INTEGER
attribute_entity_utf8
:
INTEGER
attribute_lt
:
INTEGER
cdata_end
:
INTEGER
cdata_start
:
INTEGER
chardata
:
INTEGER
chardata_utf8
:
INTEGER
comment_dashdash
:
INTEGER
comment_end
:
INTEGER
comment_start
:
INTEGER
content_conditional_end
:
INTEGER
content_entity
:
INTEGER
content_entity_utf8
:
INTEGER
doctype_attlist
:
INTEGER
doctype_att_cdata
:
INTEGER
doctype_att_entities
:
INTEGER
doctype_att_entity
:
INTEGER
doctype_att_id
:
INTEGER
doctype_att_idref
:
INTEGER
doctype_att_idrefs
:
INTEGER
doctype_att_nmtoken
:
INTEGER
doctype_att_nmtokens
:
INTEGER
doctype_att_notation
:
INTEGER
doctype_conditional_end
:
INTEGER
doctype_conditional_ignore
:
INTEGER
doctype_conditional_start
:
INTEGER
doctype_declaration_end
:
INTEGER
doctype_declaration_start
:
INTEGER
doctype_element
:
INTEGER
doctype_element_any
:
INTEGER
doctype_element_empty
:
INTEGER
doctype_end
:
INTEGER
doctype_entity
:
INTEGER
doctype_fixed
:
INTEGER
doctype_group_any
:
INTEGER
doctype_group_end
:
INTEGER
doctype_group_onemore
:
INTEGER
doctype_group_or
:
INTEGER
doctype_group_seq
:
INTEGER
doctype_group_start
:
INTEGER
doctype_group_zeroone
:
INTEGER
doctype_ignore
:
INTEGER
doctype_implied
:
INTEGER
doctype_include
:
INTEGER
doctype_ndata
:
INTEGER
doctype_notation
:
INTEGER
doctype_pcdata
:
INTEGER
doctype_percent
:
INTEGER
doctype_pereference
:
INTEGER
doctype_pereference_utf8
:
INTEGER
doctype_public
:
INTEGER
doctype_required
:
INTEGER
doctype_start
:
INTEGER
doctype_system
:
INTEGER
doctype_system_utf8
:
INTEGER
entityvalue_pereference
:
INTEGER
entityvalue_pereference_utf8
:
INTEGER
entity_invalid
:
INTEGER
eq
:
INTEGER
input_invalid
:
INTEGER
name
:
INTEGER
name_utf8
:
INTEGER
nmtoken
:
INTEGER
nmtoken_utf8
:
INTEGER
pi_end
:
INTEGER
pi_reserved
:
INTEGER
pi_start
:
INTEGER
pi_target
:
INTEGER
pi_target_utf8
:
INTEGER
quot
:
INTEGER
space
:
INTEGER
tag_end
:
INTEGER
tag_end_empty
:
INTEGER
tag_name_atom
:
INTEGER
tag_name_atom_utf8
:
INTEGER
tag_name_colon
:
INTEGER
tag_name_first
:
INTEGER
tag_name_first_utf8
:
INTEGER
tag_start
:
INTEGER
tag_start_end
:
INTEGER
value_end
:
INTEGER
value_start
:
INTEGER
xmldeclaration_encoding
:
INTEGER
xmldeclaration_encoding_value
:
INTEGER
xmldeclaration_end
:
INTEGER
xmldeclaration_standalone
:
INTEGER
xmldeclaration_standalone_no
:
INTEGER
xmldeclaration_standalone_yes
:
INTEGER
xmldeclaration_start
:
INTEGER
xmldeclaration_version
:
INTEGER
xmldeclaration_version_10
:
INTEGER
invariant
-- From
ANY
reflexive_equality:
standard_is_equal
(
Current
)
reflexive_conformance:
conforms_to
(
Current
)
end
Parser token codes