Package org.jfree.report.modules.gui.converter.parser

An SAX parser proxy implementation, which translates attribute values depending on the current context of the parser.

See:
          Description

Class Summary
ConverterAttributes An Attribute implementation that uses a translation table to map given attribute values into the new value-space.
ConverterParser 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.
ConverterParserFrontend A parser frontend implementation that initializes the converter parser.
TranslationTable A simple attribute translator.
TranslationTableFactory The translation table factory is responsible for building the contexts and reading the translations.
TranslationTableFactory.ContextRule The context rule defines a transition from one context state to an other.
 

Package org.jfree.report.modules.gui.converter.parser Description

An SAX parser proxy implementation, which translates attribute values depending on the current context of the parser.