Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class XML_STATE_LOAD_CALLBACKS General cluster: xml_utility description: "A parser callbacks implementation for processing XML documents using a state-machine." Ancestors XML_CALLBACKS_NULL Action sequences error_reported_actions: ACTION_SEQUENCE [READABLE_STRING_32, NATURAL_32, NATURAL_32] warning_reported_actions: ACTION_SEQUENCE [READABLE_STRING_32, NATURAL_32, NATURAL_32] Queries associated_parser: detachable XML_PARSER has_error: BOOLEAN has_namespace (a: detachable READABLE_STRING_32): BOOLEAN has_prefix (a: detachable READABLE_STRING_32): BOOLEAN has_resolved_namespaces: BOOLEAN is_local_part (a: detachable READABLE_STRING_32): BOOLEAN last_error_message: STRING_32 xml_parser: XML_STOPPABLE_PARSER Commands on_attribute (a_namespace, a_prefix: detachable READABLE_STRING_32; a_local_part, a_value: READABLE_STRING_32) on_comment (a_content: READABLE_STRING_32) on_content (a_content: READABLE_STRING_32) on_end_tag (a_namespace, a_prefix: detachable READABLE_STRING_32; a_local_part: READABLE_STRING_32) on_finish on_processing_instruction (a_name, a_content: READABLE_STRING_32) on_report_xml_error (a_message: READABLE_STRING_32) on_start on_start_tag (a_namespace, a_prefix: detachable READABLE_STRING_32; a_local_part: READABLE_STRING_32) on_start_tag_finish on_xml_declaration (a_version: READABLE_STRING_32; an_encoding: detachable READABLE_STRING_32; a_standalone: BOOLEAN) set_associated_parser (p: [like associated_parser] detachable XML_PARSER) set_is_perserving_whitespace (a_preserve: [like is_perserving_whitespace] BOOLEAN) Constraints current transition stack attached current attributes stack attached current content stack attached xml parser attached xml parser callbacks is current
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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