Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class XML_PRETTY_PRINT_FILTER General cluster: xml_parser description: "Pretty printer, output as XML document Note: the original code is from Gobo's XM library (http://www.gobosoft.com/)" create: make_null, make_with_next Ancestors XML_CALLBACKS_FILTER XML_MARKUP_CONSTANTS XML_OUTPUT Queries Amp_char: CHARACTER_8 Amp_entity: STRING_32 Apos_entity: STRING_32 associated_parser: detachable XML_PARSER Char_entity_prefix: STRING_32 Comment_end: STRING_32 Comment_start: STRING_32 Cr_char: CHARACTER_8 Default_namespace: STRING_32 Emptytag_end: STRING_32 Emptytag_start: STRING_32 Entity_suffix: STRING_32 Eq_s: STRING_32 Etag_end: STRING_32 Etag_start: STRING_32 Gt_char: CHARACTER_8 Gt_entity: STRING_32 has_last_output: 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_output: detachable STRING_8 last_output_32: detachable STRING_32 last_output_is_valid_as_string_8: BOOLEAN Lf_char: CHARACTER_8 Lf_s: STRING_32 Lt_char: CHARACTER_8 Lt_entity: STRING_32 next: XML_CALLBACKS Pi_end: STRING_32 Pi_start: STRING_32 Prefix_separator: STRING_32 Quot_char: CHARACTER_8 Quot_entity: STRING_32 Quot_s: STRING_32 Space_char: CHARACTER_8 Space_s: STRING_32 Stag_end: STRING_32 Stag_start: STRING_32 Tab_char: CHARACTER_8 Xml_base: STRING_32 Xml_base_with_prefix: STRING_32 Xml_id: STRING_32 Xml_id_with_prefix: STRING_32 Xml_lang: STRING_32 Xml_lang_with_prefix: STRING_32 Xml_prefix: STRING_32 Xml_space: STRING_32 Xml_space_preserve: STRING_32 Xml_version_1_0: STRING_32 Xml_version_1_1: STRING_32 Xmlns: STRING_32 Xmlns_namespace: STRING_32 Commands flush 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) output (a_string: READABLE_STRING_GENERAL) set_associated_parser (p: [like associated_parser] detachable XML_PARSER) set_next (a_callbacks: [like next] XML_CALLBACKS) set_output_file (a_file: FILE) set_output_standard set_output_standard_error set_output_stream (a_stream: [like output_stream] XML_OUTPUT_STREAM) set_output_string (a_string: STRING_GENERAL) set_output_to_string set_output_to_string_32
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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