Package org.crosswire.jsword.book.filter.thml

A Filter that converts from THML format data to OSIS format data.

See:
          Description

Interface Summary
Tag THML Tag interface - there should be one implementation of this class for each THML tag.
 

Class Summary
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.
 

Package org.crosswire.jsword.book.filter.thml Description

A Filter that converts from THML format data to OSIS format data.

See http://www.ccel.org/ThML/ThML1.04.htm for more information.


Copyright ? 2003-2011