Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

xml.source

Class XM_SOURCE


Known direct descendants

XM_URI_SOURCE, XM_STRING_SOURCE

Features

Invariants

indexing

description

Abstract definition of the source of an XML document

library

Gobo Eiffel XML Library

copyright

Copyright (c) 2001, Andreas Leitner and others

license

Eiffel Forum License v2 (see forum.txt)

date

$Date: 2003/02/07 13:12:39 $

revision

$Revision: 1.10 $

deferred class

XM_SOURCE

feature -- Output

out: STRING

-- New string containing terse printable representation
-- of current object

-- (From ANY)

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end