info.bliki.wiki.tags
Class ATag
java.lang.Object
info.bliki.htmlcleaner.TagToken
info.bliki.htmlcleaner.TagNode
info.bliki.wiki.tags.HTMLTag
info.bliki.wiki.tags.ATag
- All Implemented Interfaces:
- BaseToken, java.lang.Cloneable
public class ATag
- extends HTMLTag
Constructor Summary |
ATag()
|
Methods inherited from class info.bliki.htmlcleaner.TagNode |
addAllowedAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, clone, getAllowedAttributes, getAttributes, getBodyString, getBodyString, getChildren, getItemsToMove, getObjectAttributes, getParent, getParents, isAllowedAttribute, isFormed, makeCopy, removeAllowedAttribute, serialize, setFormed, setItemsToMove, setParent |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ATag
public ATag()
isReduceTokenStack
public boolean isReduceTokenStack()
- Overrides:
isReduceTokenStack
in class TagToken
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
addAttribute
public boolean addAttribute(java.lang.String attName,
java.lang.String attValue,
boolean checkXSS)
- Description copied from class:
TagToken
- Add an attribute to this tag.
- Overrides:
addAttribute
in class TagNode
- Parameters:
attName
- the attribute nameattValue
- the attribute's value stringcheckXSS
- check the attributes for allowed names to avoid cross side
scripting
- Returns:
Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.