org.crosswire.jsword.book.filter.gbf
Class GBFTagBuilders.FootnoteEndTagBuilder

java.lang.Object
  extended by org.crosswire.jsword.book.filter.gbf.GBFTagBuilders.FootnoteEndTagBuilder
All Implemented Interfaces:
TagBuilder
Enclosing class:
GBFTagBuilders

static final class GBFTagBuilders.FootnoteEndTagBuilder
extends Object
implements TagBuilder


Constructor Summary
GBFTagBuilders.FootnoteEndTagBuilder()
           
 
Method Summary
 Tag createTag(String name)
          Is the name one that we can create a Tag for?.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GBFTagBuilders.FootnoteEndTagBuilder

GBFTagBuilders.FootnoteEndTagBuilder()
Method Detail

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

Copyright ? 2003-2011