Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

xml.parser.eiffel

Class XM_EIFFEL_PARSER_ERRORS


Known direct descendants

XM_EIFFEL_PARSER_SKELETON, XM_EIFFEL_SCANNER_SKELETON

Features

Invariants

indexing

description

Error messages for parser (can be used as enumeration)

library

Gobo Eiffel XML Library

copyright

Copyright (c) 2002, Eric Bezault and others

license

Eiffel Forum License v2 (see forum.txt)

date

$Date: 2004/06/30 23:24:05 $

revision

$Revision: 1.5 $

class

XM_EIFFEL_PARSER_ERRORS

feature -- Scanner errors

feature -- Parser errors

error_attribute: STRING
error_end_tag: STRING
error_prolog: STRING
error_start_tag: STRING

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end