TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Interface IDocumentReader

All Known Implementing Classes:
DXmlDocumentReader, XMLGraphicReader

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IDocumentReader

IReader is provided to federate any class wanted to read IDObject, using an InputStream.


Method Summary
 IDObject[] getDocuments()
          Deprecated. Get a list of document objects that were read in.
 IDObject[] getStyles()
          Deprecated. Get a list of style objects that were read in.
 IDObject[] read(org.w3c.dom.Document in)
          Deprecated. Reads the IDObject from an Document.
 IDObject[] read(java.io.InputStream in)
          Deprecated. Reads the IDObject from an InputStream.
 

Method Detail

read

IDObject[] read(java.io.InputStream in)
Deprecated. 
Reads the IDObject from an InputStream.


read

IDObject[] read(org.w3c.dom.Document in)
Deprecated. 
Reads the IDObject from an Document.


getDocuments

IDObject[] getDocuments()
Deprecated. 
Get a list of document objects that were read in.


getStyles

IDObject[] getStyles()
Deprecated. 
Get a list of style objects that were read in.


TPTP 4.5.0 Platform Project
Internal API Specification