org.crosswire.jsword.book.filter.gbf
Class AbstractTag
java.lang.Object
org.crosswire.jsword.book.filter.gbf.AbstractTag
- All Implemented Interfaces:
- Tag
- Direct Known Subclasses:
- 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 abstract class AbstractTag
- extends Object
- implements Tag
A Tag that has a tagname from the input.
- Author:
- DM Smith [ dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
AbstractTag
public AbstractTag(String name)
- Parameters:
name
-
getName
public String getName()
- Returns:
- Returns the name.