Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class XML_CHARACTER_DATA General cluster: xml_tree description: "Summary description for {XML_CHARACTER_DATA}." create: make, make_last Ancestors XML_ELEMENT_NODE* Queries content: READABLE_STRING_32 content_count: INTEGER_32 debug_output: STRING_8 debug_output_representation (s: READABLE_STRING_32): STRING_8 has_same_content (a_content: [like content] READABLE_STRING_32): BOOLEAN is_root_node: BOOLEAN level: INTEGER_32 parent: detachable XML_COMPOSITE parent_element: detachable XML_ELEMENT Commands append_content (other: [like Current] XML_CHARACTER_DATA) attach_parent (a_parent: [attached like parent] attached XML_COMPOSITE) process (a_processor: XML_NODE_VISITOR) set_content (a_content: READABLE_STRING_32) set_parent (a_parent: [attached like parent] attached XML_COMPOSITE) Constraints content not void
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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