AttributeChecker
|
Class for checking attributes against declared values.
|
Chain
|
Factory to setup and wire tokenization and validation components
for SGML parsing.
|
Chainmanager
|
Provides callback implementations for Recordhandler events.
|
Diverter
|
Diverts records (text lines) to either SGML declaration parsing,
SGML content parsing, or markdown parsing, based on configuration
and on the record's position and content.
|
Docinfo
|
Container and utility functions for global per-instance parsing state.
|
EmptyCompletionCallback
|
No-op implementation of Completioncallback interface.
|
Entitydefinitions
|
Container object representing parsed (general and parameter) entity
declarations in an SGML prolog.
|
FPI
|
Class for parsing and representation of formal public identifiers.
|
Linkhandler
|
Content handler implementing a link process.
|
Locator
|
Class wrapping a stack of entity reference names
and related external system identifiers (file names
currently processed, if applicable).
|
Markdown
|
|
MarkdownOutputFilter
|
SAX handler acting as output filter and forwarder for
markdown-generated SAX event streams.
|
Markupdefinitions
|
Container holding document prolog metadata and associated
parsing/maintenance routines.
|
Markupencoder
|
Utility class for encoding and decoding markup delimiters in
content and attributes.
|
Outputhandler
|
Class serializing received SAX events to an output stream
according to a configured output markup language (SGML, HTML,
or XML).
|
Sgmldecl
|
Container and parsing/manipulation routines for properties
representing SGML/WebSGML declaration options.
|
SuppressDocumentElementFilter
|
SAX handler forwarding all but the first start-element and
last end-element event.
|
SystemSpecificEntityResolver
|
Resolver for system-specific and external subset entities.
|
Tokenizer
|
Central SGML parsing module receiving input record events (from
a Recordmanager and emitting SAX events to the registerered
DocumentHandler, DTDHandler, and LexicalHandler
implementations.
|
URN
|
Class for URI representation and parsing,
modelled after the HTML5 URL class/function.
|
Validator
|
State machine for SGML validation and tag inference.
|