Class pmr.sgml.ESISStream
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.sgml.ESISStream

java.lang.Object
   |
   +----pmr.sgml.ESISStream

public class ESISStream
extends Object
public class ESISStream reads ESIS stream and bundles it into a StringList at present IGNORES lines starting with '?' (processing instructions or PIs)
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o ESISStream()
 o ESISStream(String)
 o ESISStream(StringList)

Method Index

 o getLines()
 o initialise()

Constructors

 o ESISStream
  public ESISStream()
 o ESISStream
  public ESISStream(String filename) throws IOException, FileNotFoundException
 o ESISStream
  public ESISStream(StringList lines)

Methods

 o initialise
  public void initialise()
 o getLines
  public StringList getLines()

All Packages  Class Hierarchy  This Package  Previous  Next  Index