See: Description
| Interface | Description |
|---|---|
| Tag |
THML Tag interface - there should be one implementation of this class for
each THML tag.
|
| Class | Description |
|---|---|
| AbbrTag |
THML Tag to process the abbr element.
|
| AbstractTag |
The AbstractTag ignores the tag.
|
| AliasTag |
THML Tag to process the bold element.
|
| AnonymousTag |
THML Tag to process an element that does not map to OSIS.
|
| ATag |
THML Tag to process the a (Reference) element.
|
| BigTag |
THML Tag to process the big element.
|
| BlockquoteTag |
THML Tag to process the blockquote element.
|
| BrTag |
THML Tag to process the new line element.
|
| BTag |
THML Tag to process the bold element.
|
| CenterTag |
THML Tag to process the center element.
|
| CitationTag |
THML Tag to process the citation element.
|
| CustomHandler |
To convert SAX events into OSIS events.
|
| DivTag |
THML Tag to process the div element.
|
| FontTag |
THML Tag to process the font element.
|
| ForeignTag |
THML Tag to process the foreign element.
|
| HrTag |
THML Tag to process the hr element.
|
| HTag |
THML Tag to process the h1, h2, h3, h4, h5, and h6 elements.
|
| IgnoreTag |
Process the content of an element but to ignore the tag itself.
|
| ImgTag |
THML Tag to process the img element.
|
| ITag |
THML Tag to process the italic element.
|
| LiTag |
THML Tag to process the li element.
|
| LTag |
THML Tag to process the l line element.
|
| NameTag |
THML Tag to process the name element.
|
| NoteTag |
THML Tag to process the note element.
|
| OlTag |
THML Tag to process the ol element.
|
| PbTag |
THML Tag to process the pb (page break) element.
|
| PTag |
THML Tag to process the p element.
|
| QTag |
THML Tag to process the quote element.
|
| RootTag |
THML Tag to process the root element.
|
| ScripRefTag |
THML Tag to process the scripRef element.
|
| ScriptureTag |
THML Tag to process the scripture element.
|
| SkipTag |
Skip the tag and it's content.
|
| SmallTag |
THML Tag to process the small element.
|
| STag |
THML Tag to process the strike through element.
|
| SubTag |
THML Tag to process the subscript element.
|
| SupTag |
THML Tag to process the superscript element.
|
| SyncTag |
THML Tag to process the sync element.
|
| TableTag |
THML Tag to process the table element.
|
| TdTag |
THML Tag to process the td element.
|
| TermTag |
THML Tag to process the term element.
|
| THMLFilter |
Filter to convert THML to OSIS format.
|
| ThTag |
THML Tag to process the th element.
|
| TrTag |
THML Tag to process the tr element.
|
| TtTag |
THML Tag to process the tt (tele-type) element.
|
| UlTag |
THML Tag to process the ul element.
|
| UTag |
THML Tag to process the underline element.
|
| VerseTag |
THML Tag to process the verse element.
|
See http://www.ccel.org/ThML/ThML1.04.htm for more information.