org.crosswire.jsword.book.filter.gbf
Class GBFTagBuilders.IgnoredTagBuilder
java.lang.Object
org.crosswire.jsword.book.filter.gbf.GBFTagBuilders.IgnoredTagBuilder
- All Implemented Interfaces:
- TagBuilder
- Enclosing class:
- GBFTagBuilders
static final class GBFTagBuilders.IgnoredTagBuilder
- extends Object
- implements TagBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBFTagBuilders.IgnoredTagBuilder
GBFTagBuilders.IgnoredTagBuilder()
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