info.bliki.wiki.tags
Class ATag
java.lang.Object
org.htmlcleaner.TagToken
org.htmlcleaner.TagNode
info.bliki.wiki.tags.HTMLTag
info.bliki.wiki.tags.ATag
- All Implemented Interfaces:
- java.lang.Cloneable, BaseToken
public class ATag
- extends HTMLTag
|
Constructor Summary |
ATag()
The set of tag names that indicate the end of this tag. |
| Methods inherited from class org.htmlcleaner.TagNode |
addAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, clone, getAttributes, getChildren, getItemsToMove, getObjectAttributes, getParent, getParents, isFormed, makeCopy, serialize, setFormed, setItemsToMove, setParent |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ATag
public ATag()
- The set of tag names that indicate the end of this tag.
isReduceTokenStack
public boolean isReduceTokenStack()
- Overrides:
isReduceTokenStack in class TagToken
isAllowedAttribute
public boolean isAllowedAttribute(java.lang.String attributeName)
getCloseTag
public java.lang.String getCloseTag()
renderHTML
public void renderHTML(ITextConverter converter,
java.lang.Appendable buf,
IWikiModel model)
throws java.io.IOException
- Overrides:
renderHTML in class HTMLTag
- Throws:
java.io.IOException
renderLaTeX
public void renderLaTeX(ITextConverter converter,
java.lang.Appendable _out,
IWikiModel model)
throws java.io.IOException
- Overrides:
renderLaTeX in class HTMLTag
- Throws:
java.io.IOException