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

All Known Implementing Classes:
AbstractTag, GBFTags.BoldStartTag, GBFTags.BookTitleStartTag, 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
See Also:
The GNU Lesser General Public License for details.

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

Parameters:
book - the book having this tag
key -
osisStack -

Copyright ยจ 2003-2015