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

xml.source

Class XM_STRING_SOURCE


Direct ancestors

XM_SOURCE

Features

Invariants

indexing

description

Strings as source of XML documents

library

Gobo Eiffel XML Library

copyright

Copyright (c) 2001, Andreas Leitner and others

license

Eiffel Forum License v2 (see forum.txt)

date

$Date: 2003/12/18 22:09:45 $

revision

$Revision: 1.5 $

class

XM_STRING_SOURCE

inherit

XM_SOURCE

feature -- Output

out: STRING

-- Textual representation

-- (From ANY)

invariant


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

end