Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class XML_OUTPUT General cluster: xml_parser description: "Output facility switchable between in-memory string, file and standard output" create: default_create, set_output_to_string, set_output_to_string_32, set_output_file, set_output_stream, set_output_standard, set_output_standard_error Ancestors ANY Queries has_last_output: BOOLEAN last_output: detachable STRING_8 last_output_32: detachable STRING_32 last_output_is_valid_as_string_8: BOOLEAN Commands flush output (a_string: READABLE_STRING_GENERAL) 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 Constraints output stream attached
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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