Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class XML_PARSER General cluster: xml_parser description: "XML parser It does not perform any strict verification, and does not handle the encoding. This is really a simple xml parser which might answer basic XML parsing." Ancestors XML_CALLBACKS_SOURCE* Queries error_message: detachable STRING_32 error_occurred: BOOLEAN error_position: detachable XML_POSITION is_correct: BOOLEAN last_error: INTEGER_32 last_error_description: detachable STRING_32 position: XML_POSITION truncation_reported: BOOLEAN Commands 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) set_callbacks (a_callback: XML_CALLBACKS) set_encoding (a_encoding: READABLE_STRING_GENERAL)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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