Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class XML_LITE_STOPPABLE_PARSER General obsolete: "Use {XML_STOPPABLE_PARSER} [2012-oct]" cluster: xml_parser description: "Use {XML_STOPPABLE_PARSER}" create: make Ancestors XML_LITE_PARSER Queries buffer_position: XML_POSITION byte_index: INTEGER_32 callbacks: XML_CALLBACKS column: INTEGER_32 error_ignored: BOOLEAN error_message: detachable STRING_32 error_occurred: BOOLEAN error_position: detachable XML_POSITION has_warning: BOOLEAN is_correct: BOOLEAN last_error: INTEGER_32 last_error_description: detachable STRING_32 line: INTEGER_32 parsing_stopped: BOOLEAN position: XML_POSITION stop_requested: BOOLEAN truncation_reported: BOOLEAN warning_message: detachable STRING_32 Commands abort parse_from_file (a_file: FILE) parse_from_path (a_path: PATH) parse_from_stream (a_stream: XML_INPUT_STREAM) parse_from_string (a_string: READABLE_STRING_GENERAL) parse_from_string_32 (a_string: READABLE_STRING_32) parse_from_string_8 (a_string: READABLE_STRING_8) request_stop reset set_callbacks (a_callbacks: [like callbacks] XML_CALLBACKS) set_encoding (a_encoding: READABLE_STRING_GENERAL) set_error_ignored (b: BOOLEAN)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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