public class IgnoreTag extends AnonymousTag
The GNU Lesser General Public License for details.| Modifier and Type | Method and Description |
|---|---|
void |
processContent(Book book,
Key key,
org.jdom2.Element ele)
Do additional processing of the tag after the element has been created.
|
getTagName, processTagpublic IgnoreTag(String name)
name - the name of the tag to ignorepublic void processContent(Book book, Key key, org.jdom2.Element ele)
TagprocessContent in interface TagprocessContent in class AbstractTagbook - the bookkey - the keyele - the created element to process