|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentFormat | |
|---|---|
| gate | This package contains the public interface to the GATE Java API. |
| gate.corpora | |
| Uses of DocumentFormat in gate |
|---|
| Fields in gate with type parameters of type DocumentFormat | |
|---|---|
protected static Map<String,DocumentFormat> |
DocumentFormat.mimeString2ClassHandlerMap
Map of MimeTypeString to ClassHandler class. |
| 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 |
NekoHtmlDocumentFormat
DocumentFormat that uses Andy Clark's NekoHTML parser to parse HTML documents. |
class |
SgmlDocumentFormat
The format of Documents. |
class |
TextualDocumentFormat
The format of Documents. |
class |
TikaFormat
|
class |
XmlDocumentFormat
The format of Documents. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||