Package com.inet.report.parser
package com.inet.report.parser
Provides comprehensive XML parsing and report file handling functionality for i-net Clear Reports.
This package implements the core mechanisms for reading and writing report files in various formats.
This package implements a sophisticated parser system that:
- Handles report file reading and writing operations
- Manages report file structure and content
- Processes XML-based report definitions
- Supports report file metadata and summary information
- Manages report resources and translations
The parser system supports:
- Reading and writing report files from various sources
- Processing report file metadata and properties
- Managing report resources and images
- Handling report translations and localization
- Supporting sub-reports and complex report structures
- Managing report file compression and storage
Note: This package is primarily for internal use within i-net Clear Reports.
- Since:
- 8.0
-
ClassDescriptionThe FatalParserException is thrown while parsing only if a fatal and unrecoverable error occurs which causes the report to not be able to be parsed.Interface for report components which are to be able to parse XML nodes.