| 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(InputStream document,
LoadOptions loadOptions)
Initializes a new instance of the
Parser class with LoadOptions. |
Parser(InputStream document,
LoadOptions loadOptions,
ParserSettings parserSettings)
|
Parser(String filePath,
LoadOptions loadOptions)
Initializes a new instance of the
Parser class with LoadOptions. |
Parser(String filePath,
LoadOptions loadOptions,
ParserSettings parserSettings)
|
Parser(URL url,
LoadOptions loadOptions)
Initializes a new instance of the
Parser class to extract data from an URL with loadOptions. |
Parser(URL url,
LoadOptions loadOptions,
ParserSettings parserSettings)
Initializes a new instance of the
Parser class to extract data from an URL with loadOptions and parserSettings. |
| Modifier and Type | Method and Description |
|---|---|
Parser |
ContainerItem.openParser(LoadOptions loadOptions)
Creates the
Parser object for the item content with LoadOptions. |
abstract Parser |
ContainerItem.openParser(LoadOptions loadOptions,
ParserSettings parserSettings)
|
Copyright © 2026. All rights reserved.