Package kiwi.text

Data parsers, formatters, and codecs, including an SGML parser.

See:
          Description

Interface Summary
SGMLConsumer An interface for consuming parsed SGML data.
 

Class Summary
ColorFormatter This class provides methods for converting colors to and from string representations.
DateFormatter This class represents a high-level date parser/formatter that is almost fully format-string-compatible with the UNIX strftime(3) function.
PatternMatch This class represents a pattern match.
PatternMatcher A simple interface for performing Perl5 regular expression matches on strings and input streams.
Radix64Codec This class implements a codec for the Radix-64 encoding scheme.
SGMLElement This class represents an SGML element.
SGMLParser A parsing engine for SGML markup.
 

Exception Summary
FormattingException This exception is thrown by any of the formatter/parser classes in response to invalid input.
ParsingException General-purpose parsing exception.
 

Package kiwi.text Description

Data parsers, formatters, and codecs, including an SGML parser.