| Package | Description |
|---|---|
| com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
| com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
| com.groupdocs.parser.export |
The package provides classes that allow users to export data to different formats.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<MetadataItem> |
Parser.getMetadata()
Extracts metadata from the document.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<MetadataItem> |
ContainerItem.getMetadata()
Gets the collection of metadata items.
|
| Constructor and Description |
|---|
ContainerItem(String filePath,
long size,
Iterable<MetadataItem> metadata)
Initializes a new instance of
ContainerItem with the item full path. |
ContainerItem(String name,
String directory,
long size,
Iterable<MetadataItem> metadata)
Initializes a new instance of
ContainerItem with the item name and directory. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ExporterBase.exportMetadata(Iterable<MetadataItem> metadata,
OutputStream outputStream)
Exports the collection of metadata to the stream.
|
void |
JsonExporter.exportMetadata(Iterable<MetadataItem> metadata,
OutputStream outputStream)
Exports the collection of metadata to the stream.
|
void |
XmlExporter.exportMetadata(Iterable<MetadataItem> metadata,
OutputStream outputStream)
Exports the collection of metadata to the stream.
|
void |
ExporterBase.exportMetadata(Iterable<MetadataItem> metadata,
String fileName)
Exports the collection of metadata to the file.
|
Copyright © 2026. All rights reserved.