org.jfree.report.modules.gui.converter.parser |
An SAX parser proxy implementation, which translates attribute values
depending on the current context of the parser.
|
Java Source File Name | Type | Comment |
ConverterAttributes.java | Class | An Attribute implementation that uses a translation table to map given attribute values
into the new value-space. |
ConverterParser.java | Class | The ConverterParser is a filtering proxy implementation that uses the mappings defined
in this package to modify the parsed attribute values on the fly into the new values. |
OperationErrorHandler.java | Class | |
OperationResult.java | Class | The OperationResult class provides the possibility to monitor the result of the parsing
progress and to handle warnings and errors. |
SeverityLevel.java | Class | An enumeration class to represent the severity level of an operation result. |
TranslationTable.java | Class | A simple attribute translator. |
TranslationTableFactory.java | Class | The translation table factory is responsible for building the contexts and reading the
translations. |