Interface Summary |
StaticPageContentHandler
| Callback handler interface that is called by the parser to signal the
semantical structure of the markup document.
|
StaticPageDataSourceParser
| Parses the content of the static page that is identified by the DataSource.
|
StaticPageFilter
| Base interface for the static page parsers that combines the methods to
dispose the parser when no longer required and to assign and query a StaticPageContentHandler
that receives the static page events.
|
StaticPageParser
| Interface to the static page parser.
|
StaticPageParserFactory
| Factory that instantiates parsers per mime types.
|
StaticPageURIParser
| Parses the content of the static page that is identified by the URI.
|
StaticPageZipParser
| Parses a ZipInputStream for all entries that match the (locale
independent) filename pattern and produces callbacks to the assigned
StaticPageContentHandler.
|