|
Copyright (C) 2003,2004 dr. Cristiano Sadun | |||||||||
PREV NEXT | FRAMES NO FRAMES |
FlatFileParser.AdvancedListener
to signal problems at parsing start, termination or when using a DispatcherListener
.FlatFileParser.Condition
that holds if and only if all the
conditions it groups hold.FlatFileParser.Listener
which
activates only when on a specific line format
name (or a specific regular expression match)
is successfully parsed.
LineFormat
object.
LineFormat
object.
LineFormat
object.
LineFormat
object.
FlatFileParser
reading the given stream.
FlatFileParser
depending on the
line format
which matched the line,
instead of one monolithic one receiving all parsing events.
DispatcherListener.DispatcherListener(boolean)
).
LineFormat
is to be used under the given condition.
LineFormat
, whose image is given, is to be used
under the given condition.
failOnLineParsingError
property when a parser instance is constructed.
failOnTrailingChars
property.
FlatFileParser.Listener
which
echoes the parsed data when a LineFormat
whose is found whose name
matches a regular expression (provided at construction). FlatFileParser
objects by
loading conditions and line format definitions from properly formatted
stream, URL or file.conditions
and
line format
specifications.Listener
will receive more events
on flat file parsing.FlatFileParser.Condition#holds(int, int, LineReader)
method.
FlatFileParser
(using FlatFileParser#addListener(Listener)
) to react to successfully parsed
lines in the flat file.
Listener
will receive notification
about lines where no condition matches on parsing, if the failOnNoMatchingConditions
property is false.LineFormat
and
an expected field cannot be found since the line is too short.LineFormat
.
LineFormat
.
LineFormat
which has parsed the line.
CountCondition.LOGICAL_LINES
or CountCondition.PHYSICAL_LINES
).
CountCondition.LOWER
, CountCondition.LOWER_OR_EQUAL
, CountCondition.EQUAL
,
CountCondition.GREATER
, CountCondition.GREATER_OR_EQUAL
, CountCondition.ODD
or CountCondition.EVEN
).
relation type
with the pivot
number
.
NoAssociatedListenerException
.
FlatFileParser.LOGGER_CHANNEL_NAME
channel.
LineFormat.FieldInfo
set.
#onFormatName(String, String[])
if so.
LineFormat
object.
LineFormat
object.
DispatcherListener
is
used to dispatch parsing events from a
flat file parser
, its {@linkFlatFileParser.Condition
that holds if and only if the
condition passed at construction does not hold.failOnNoMatchingConditions
property is false and no matching conditions are found
for a certain line.
FlatFileParser.Condition
that holds if and only if one the
conditions it groups hold.FlatFileParser.LOGGER_CHANNEL_NAME
channel.
LineFormat
but not all its characters are consumed when the parsing is terminated.LineFormat
and exposes them via public constant members.
|
Copyright (C) 2003,2004 dr. Cristiano Sadun | |||||||||
PREV NEXT | FRAMES NO FRAMES |