org.crosswire.jsword.book.filter.thml
Class SkipTag

java.lang.Object
  extended by org.crosswire.jsword.book.filter.thml.AbstractTag
      extended by org.crosswire.jsword.book.filter.thml.AnonymousTag
          extended by org.crosswire.jsword.book.filter.thml.SkipTag
All Implemented Interfaces:
Tag

public class SkipTag
extends AnonymousTag

Skip the tag and it's content.

Author:
DM Smith
See Also:
for license details.
The copyright to this program is held by it's authors.

Constructor Summary
SkipTag(String name)
          Simple ctor
 
Method Summary
 void processContent(Book book, Key key, org.jdom2.Element ele)
          Do additional processing of the tag after the element has been created.
 
Methods inherited from class org.crosswire.jsword.book.filter.thml.AnonymousTag
getTagName, processTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkipTag

public SkipTag(String name)
Simple ctor

Method Detail

processContent

public void processContent(Book book,
                           Key key,
                           org.jdom2.Element ele)
Description copied from interface: Tag
Do additional processing of the tag after the element has been created.

Specified by:
processContent in interface Tag
Overrides:
processContent in class AbstractTag
ele - the created element to process

Copyright ? 2003-2011