Gobo Eiffel XML Library
Copyright (c) 2001, Andreas Leitner and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/06/07 07:33:29 $
$Revision: 1.5 $
-- xml_attribute alias.
renamed to xml_attribute to avoid conflict with future Eiffel keyword
-- Character data
-- require type_ok: is_character_data
-- ensure not_void: Result /= Void
-- Comment
-- require type_ok: is_comment
-- ensure not_void: Result /= Void
-- Composite
-- require type_ok: is_composite
-- ensure not_void: Result /= Void
-- Document
-- require type_ok: is_document
-- ensure not_void: Result /= Void
-- Element
-- require type_ok: is_element
-- ensure not_void: Result /= Void
-- Processing instruction
-- require type_ok: is_processing_instruction
-- ensure not_void: Result /= Void
-- Attribute
-- require type_ok: is_attribute
-- ensure not_void: Result /= Void
-- Attribute?
-- Character data?
-- Comment?
-- Document?
-- Element?
-- Processing instruction?
Get static type of an XML node object without a reverse assignment