| Class | Description |
 | ExtractedData |
The class containing the information of a specific text extracted by StartsAfterContinuesUntil extractors.
|
 | HtmlExtractor |
Extractor that allows to retrieve specific text content from an html source
|
 | StartsAfterContinuesUntil |
The extractor finds all results between two regex string
|
 | StartsAfterContinuesUntilResult |
Default class provided by C1TextParser to get the extraction result of StartsAfterContinuesUntil extractors.
|
 | TemplateBasedExtractor |
Extractor that allows to parse custom user data structure formats. The format of the data structures is formally declared using the xml notation.
|