Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class XML_NODE_VISITOR_PRINT General cluster: xml_tree description: "Visitor pattern for XML node objects. Inherit and redefine to make use of this pattern Main purpose=debugging" Ancestors LOCALIZED_PRINTER XML_NODE_VISITOR* XML_SHARED_UTILITIES Queries Console_encoding: ENCODING console_encoding_to_utf32 (a_console_encoding: ENCODING; a_str: READABLE_STRING_GENERAL): STRING_32 Iso_8859_1: ENCODING System_encoding: ENCODING Utf16: ENCODING Utf32: ENCODING utf32_to_console_encoding (a_console_encoding: ENCODING; a_str: READABLE_STRING_GENERAL): STRING_8 Utf8: ENCODING Xml_utilities: XML_UTILITIES Commands localized_print (a_str: detachable READABLE_STRING_GENERAL) localized_print_error (a_str: detachable READABLE_STRING_GENERAL) process_attribute (att: XML_ATTRIBUTE) process_attributes (e: XML_ELEMENT) process_character_data (c: XML_CHARACTER_DATA) process_comment (com: XML_COMMENT) process_document (doc: XML_DOCUMENT) process_element (e: XML_ELEMENT) process_nodes (nodes: ITERABLE [XML_NODE]) process_processing_instruction (a_pi: XML_PROCESSING_INSTRUCTION) process_xml_declaration (a_decl: XML_DECLARATION)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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