@CreoleResource(name="GATE XML Exporter", tool=true, autoinstances=, icon="GATEXML") public class GateXMLExporter extends DocumentExporter
defaultExtension, fileType, filter, mimeTypenamefeatures| Constructor and Description |
|---|
GateXMLExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(Document doc,
File file,
FeatureMap options)
Equivalent to
DocumentExporter.export(Document,OutputStream,FeatureMap) using a
FileOutputStream instance constructed from the File param. |
void |
export(Document doc,
OutputStream out,
FeatureMap options)
Exports the provided
Document instance to the specified
OutputStream using the specified options. |
export, export, getDefaultExtension, getFileFilter, getFileType, getInstance, getMimeType, getNamecheckParameterValues, cleanup, flushBeanInfoCache, forgetBeanInfo, getBeanInfo, getInitParameterValues, getInitParameterValues, getParameterValue, getParameterValue, getParameterValues, init, removeResourceListeners, setName, setParameterValue, setParameterValue, setParameterValues, setParameterValues, setResourceListeners, toStringgetFeatures, setFeaturesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFeatures, setFeaturespublic void export(Document doc, File file, FeatureMap options) throws IOException
DocumentExporterDocumentExporter.export(Document,OutputStream,FeatureMap) using a
FileOutputStream instance constructed from the File param.export in class DocumentExporterIOExceptionpublic void export(Document doc, OutputStream out, FeatureMap options) throws IOException
DocumentExporterDocument instance to the specified
OutputStream using the specified options.export in class DocumentExporterdoc - the document to exportout - the OutputStream to export the document tooptions - DocumentExporter specific optionsIOExceptionCopyright © 2024 GATE. All rights reserved.