Package net.sf.japaki.kit

This package contains classes to create and retrieve parsers.

See:
          Description

Interface Summary
ParserMold<V> Bean to store parser properties before creating the parser.
 

Class Summary
CollectionParserMold<V extends Collection<E>,E> Parser mold for collections.
DateParserMold Parser mold based on a SimpleDateFormat.
DecimalParserMold Parser mold based on a DecimalFormat.
DurationParserMold Parser mold based on a DurationFormat.
FixedFormatMold<V> Parser mold based on a constant format.
FixedParserMold<V> Simple mold that returns always the same parser.
LeafParserMold<V> Skeleton class for molds that create leaf parsers.
MapParserMold<T extends Map<K,V>,K,V> Parser mold for maps.
MessageParserMold Parser mold based on a MessageFormat.
MultiLineParserMold Parser mold based on a MultiLineTransformer.
ParserMold.Parameter Parameters given to a mold to specify the characteristics of a parser or its underlying format.
ParserStore Tries to find parsers for given parameters.
RegexParserMold Parser mold based on a RegexFormat.
SuperParserMold<T,B,V> Parser mold for parsers that have subparses.
 

Package net.sf.japaki.kit Description

This package contains classes to create and retrieve parsers.

The main class is ParserStore.

Since:
1.0