public interface Tag
The GNU Lesser General Public License for details.| Modifier and Type | Method and Description |
|---|---|
String |
getTagName()
What element does this class represent.
|
void |
processContent(Book book,
Key key,
org.jdom2.Element ele)
Do additional processing of the tag after the element has been created.
|
org.jdom2.Element |
processTag(Book book,
Key key,
org.jdom2.Element ele,
Attributes attrs)
Make changes to the specified OSIS element given the attributes passed in
the source document.
|
String getTagName()
org.jdom2.Element processTag(Book book, Key key, org.jdom2.Element ele, Attributes attrs)
book - the bookkey - the keyele - The OSIS element to use as a parentattrs - The source document attributes.