Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class XML_FORMATTER General cluster: xml_tree description: "Generators of XML documents from XML trees (wrapper for output filters) Note: the original code is from Gobo's XM library (http://www.gobosoft.com/)" create: make Ancestors XML_NODE_ITERATOR Queries last_output: XML_OUTPUT_STREAM Commands process_attribute (att: XML_ATTRIBUTE) process_attributes (e: XML_ELEMENT) process_character_data (c: XML_CHARACTER_DATA) process_comment (com: XML_COMMENT) process_document (a_document: XML_DOCUMENT) process_element (e: XML_ELEMENT) process_processing_instruction (a_pi: XML_PROCESSING_INSTRUCTION) process_xml_declaration (a_decl: XML_DECLARATION) set_output (an_output: [like last_output] XML_OUTPUT_STREAM) set_output_file (a_file: FILE) Constraints last output not void
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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