org.crosswire.jsword.book.filter.gbf
Class GBFTagBuilders.FootnoteStartTagBuilder
java.lang.Object
org.crosswire.jsword.book.filter.gbf.GBFTagBuilders.FootnoteStartTagBuilder
- All Implemented Interfaces:
- TagBuilder
- Enclosing class:
- GBFTagBuilders
static final class GBFTagBuilders.FootnoteStartTagBuilder
- extends Object
- implements TagBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBFTagBuilders.FootnoteStartTagBuilder
GBFTagBuilders.FootnoteStartTagBuilder()
createTag
public Tag createTag(String name)
- Description copied from interface:
TagBuilder
- Is the
name
one that we can create a Tag for?. If so then we
return a Tag, but if not we return null.
- Specified by:
createTag
in interface TagBuilder
- Parameters:
name
- The tag name to test
- Returns:
- a new tag or null if the name isn't one we know about