Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class XML_FORWARD_TO_ASCII_CALLBACKS General cluster: xml_parser description: "Descendant of callbacks interface forwarding to a client interface with instance of STRING_8 instead of potential STRING_32 This is mainly a compatibility layer for code using the %"STRING%" in the signature instead of current %"READABLE_STRING_32%" " create: make Ancestors XML_CALLBACKS* Queries associated_parser: detachable XML_PARSER callbacks: XML_ASCII_CALLBACKS 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 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_error (a_message: READABLE_STRING_32) on_finish on_processing_instruction (a_name, a_content: 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_callbacks (a_callbacks: [like callbacks] XML_ASCII_CALLBACKS)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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