org.crosswire.jsword.book.filter.thml
Class IgnoreTag
java.lang.Object
org.crosswire.jsword.book.filter.thml.AbstractTag
org.crosswire.jsword.book.filter.thml.AnonymousTag
org.crosswire.jsword.book.filter.thml.IgnoreTag
- All Implemented Interfaces:
- Tag
public class IgnoreTag
- extends AnonymousTag
Process the content of an element but to ignore the tag itself.
- Author:
- DM Smith
- See Also:
The GNU Lesser General Public License for details.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IgnoreTag
public IgnoreTag(String name)
- Simple ctor
- Parameters:
name
- the name of the tag to ignore
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
- Parameters:
book
- the bookkey
- the keyele
- the created element to process