org.crosswire.jsword.book.filter.gbf
Interface Tag

All Known Implementing Classes:
AbstractTag, GBFTags.BoldStartTag, GBFTags.CrossRefStartTag, GBFTags.DefaultEndTag, GBFTags.EOLTag, GBFTags.FootnoteEndTag, GBFTags.FootnoteStartTag, GBFTags.HeaderStartTag, GBFTags.IgnoredTag, GBFTags.ItalicStartTag, GBFTags.JustifyLeftTag, GBFTags.JustifyRightTag, GBFTags.OTQuoteStartTag, GBFTags.ParagraphTag, GBFTags.PoetryStartTag, GBFTags.PsalmStartTag, GBFTags.RedLetterStartTag, GBFTags.StrongsMorphTag, GBFTags.StrongsWordTag, GBFTags.TextFootnoteTag, GBFTags.TextTag, GBFTags.TitleStartTag, GBFTags.UnderlineStartTag

public interface Tag

GBF Tag interface.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Method Summary
 void updateOsisStack(Book book, Key key, LinkedList<org.jdom2.Content> osisStack)
          Sub-classes should implement this method to generate OSIS Object
 

Method Detail

updateOsisStack

void updateOsisStack(Book book,
                     Key key,
                     LinkedList<org.jdom2.Content> osisStack)
Sub-classes should implement this method to generate OSIS Object


Copyright ? 2003-2011