Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class XML_ASCII_CALLBACKS General cluster: xml_parser description: "Callback interface for core content XML events Note: the original code is from Gobo's XM library (http://www.gobosoft.com/)" Ancestors ANY Queries associated_parser: detachable XML_PARSER has_namespace (a: detachable READABLE_STRING_8): BOOLEAN has_prefix (a: detachable READABLE_STRING_8): BOOLEAN has_resolved_namespaces: BOOLEAN is_local_part (a: detachable READABLE_STRING_8): BOOLEAN Commands on_attribute (a_namespace, a_prefix: detachable READABLE_STRING_8; a_local_part, a_value: READABLE_STRING_8) on_comment (a_content: READABLE_STRING_8) on_content (a_content: READABLE_STRING_8) on_end_tag (a_namespace, a_prefix: detachable READABLE_STRING_8; a_local_part: READABLE_STRING_8) on_error (a_message: READABLE_STRING_8) on_finish on_processing_instruction (a_name, a_content: READABLE_STRING_8) on_start on_start_tag (a_namespace, a_prefix: detachable READABLE_STRING_8; a_local_part: READABLE_STRING_8) on_start_tag_finish on_xml_declaration (a_version: READABLE_STRING_8; an_encoding: detachable READABLE_STRING_8; a_standalone: BOOLEAN) set_associated_parser (p: [like associated_parser] detachable XML_PARSER)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org