Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class XML_STANDARD_PARSER General cluster: xml_parser description: "XML v1.0 parser check: http://www.w3.org/TR/REC-xml/" create: make Ancestors XML_PARSER* Queries buffer_position: XML_POSITION byte_index: INTEGER_32 callbacks: XML_CALLBACKS column: INTEGER_32 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 truncation_reported: BOOLEAN warning_message: detachable STRING_32 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) reset set_callbacks (a_callbacks: [like callbacks] 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