|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentFormat | |
gate | |
gate.corpora |
Uses of DocumentFormat in gate |
Methods in gate that return DocumentFormat | |
static DocumentFormat |
DocumentFormat.getDocumentFormat(Document aGateDocument,
org.w3c.www.mime.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. |
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 |
RtfDocumentFormat
The format of Documents. |
class |
SgmlDocumentFormat
The format of Documents. |
class |
TextualDocumentFormat
The format of Documents. |
class |
XmlDocumentFormat
The format of Documents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |