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.
|
Constructor and Description |
---|
Parser(Connection connection,
ParserSettings parserSettings)
Initializes a new instance of the
Parser class to extract data from a database. |
Parser(EmailConnection connection,
ParserSettings parserSettings)
Initializes a new instance of the
Parser class. |
Parser(InputStream document,
LoadOptions loadOptions,
ParserSettings parserSettings)
Initializes a new instance of the
Parser class with LoadOptions . |
Parser(String filePath,
LoadOptions loadOptions,
ParserSettings parserSettings)
Initializes a new instance of the
Parser class with LoadOptions . |
Modifier and Type | Method and Description |
---|---|
abstract Parser |
ContainerItem.openParser(LoadOptions loadOptions,
ParserSettings parserSettings)
|