home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / sofa / archive / exml.lha / exml / main / xml_content.e < prev    next >
Text File  |  1999-04-13  |  760b  |  25 lines

  1. indexing
  2.     description:"Objects representing a XML-character data"
  3.     status:        "See notice at end of class."
  4.     author:        "Andreas Leitner"
  5. class
  6.     XML_CONTENT
  7. inherit
  8.     CHARACTER_ARRAY
  9. creation
  10.     make_from_c
  11. end -- class XML_CONTENT
  12. --|-------------------------------------------------------------------------
  13. --| eXML, Eiffel XML Parser Toolkit
  14. --| Copyright (C) 1999  Andreas Leitner
  15. --| See the file forum.txt included in this package for licensing info.
  16. --|
  17. --| Comments, Questions, Additions to this library? please contact:
  18. --|
  19. --| Andreas Leitner
  20. --| Arndtgasse 1/3/5
  21. --| 8010 Graz
  22. --| Austria
  23. --| email: andreas.leitner@teleweb.at
  24. --| web: http://exml.dhs.org
  25. --|-------------------------------------------------------------------------