GATE
Version 3.1-2270

Uses of Class
gate.DocumentFormat

Packages that use DocumentFormat
gate This package contains the public interface to the GATE Java API. 
gate.corpora   
 

Uses of DocumentFormat in gate
 

Methods in gate that return DocumentFormat
static DocumentFormat DocumentFormat.getDocumentFormat(Document aGateDocument, MimeType mimeType)
          Find a DocumentFormat implementation that deals with a particular MIME type, given that type.
static DocumentFormat DocumentFormat.getDocumentFormat(Document aGateDocument, String fileSuffix)
          Find a DocumentFormat implementation that deals with a particular MIME type, given the file suffix (e.g. ".txt") that the document came from.
static DocumentFormat DocumentFormat.getDocumentFormat(Document aGateDocument, URL url)
          Find a DocumentFormat implementation that deals with a particular MIME type, given the URL of the Document.
 

Uses of DocumentFormat in gate.corpora
 

Subclasses of DocumentFormat in gate.corpora
 class EmailDocumentFormat
          The format of Documents.
 class HtmlDocumentFormat
          The format of Documents.
 class MSWordDocumentFormat
           
 class PdfDocumentFormat
           
 class RtfDocumentFormat
          The format of Documents.
 class SgmlDocumentFormat
          The format of Documents.
 class TextualDocumentFormat
          The format of Documents.
 class XmlDocumentFormat
          The format of Documents.
 


GATE
Version 3.1-2270