public final class XmlExporter extends ExporterBase
| Constructor and Description |
|---|
XmlExporter()
Initializes a new instance of the
XmlExporter class. |
| Modifier and Type | Method and Description |
|---|---|
void |
exportBarcodes(Iterable<PageBarcodeArea> barcodes,
OutputStream outputStream)
Exports the collection of barcodes to the stream.
|
void |
exportDocumentData(DocumentData documentData,
OutputStream outputStream)
Exports document data to the stream.
|
void |
exportDocumentInfo(IDocumentInfo documentInfo,
OutputStream outputStream)
Exports the document information to the stream.
|
void |
exportMetadata(Iterable<MetadataItem> metadata,
OutputStream outputStream)
Exports the collection of metadata to the stream.
|
void |
exportTables(Iterable<PageTableArea> tables,
OutputStream outputStream)
Exports the collection of tables to the stream.
|
void |
exportTextAreas(Iterable<PageTextArea> textAreas,
OutputStream outputStream)
Exports the collection of text areas to the stream.
|
exportBarcodes, exportDocumentData, exportDocumentInfo, exportMetadata, exportTables, exportTextAreaspublic XmlExporter()
XmlExporter class.public void exportMetadata(Iterable<MetadataItem> metadata, OutputStream outputStream)
exportMetadata in class ExporterBasemetadata - The collection of metadata.outputStream - The output stream.public void exportDocumentInfo(IDocumentInfo documentInfo, OutputStream outputStream)
exportDocumentInfo in class ExporterBasedocumentInfo - The document information.outputStream - The output stream.public void exportTextAreas(Iterable<PageTextArea> textAreas, OutputStream outputStream)
exportTextAreas in class ExporterBasetextAreas - The collection of the text areas.outputStream - The output stream.public void exportTables(Iterable<PageTableArea> tables, OutputStream outputStream)
exportTables in class ExporterBasetables - The collection of tables.outputStream - The output stream.public void exportBarcodes(Iterable<PageBarcodeArea> barcodes, OutputStream outputStream)
exportBarcodes in class ExporterBasebarcodes - The collection of barcodes.outputStream - The output stream.public void exportDocumentData(DocumentData documentData, OutputStream outputStream)
exportDocumentData in class ExporterBasedocumentData - Document data.outputStream - The output stream.Copyright © 2026. All rights reserved.