public class ATag extends HTMLTag
ALLOWED_ATTRIBUTES, ALLOWED_ATTRIBUTES_SETname, originalSource| Constructor and Description |
|---|
ATag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAttribute(String attName,
String attValue,
boolean checkXSS)
Add an attribute to this tag.
|
boolean |
isReduceTokenStack() |
void |
renderHTML(ITextConverter converter,
Appendable buf,
IWikiModel model) |
appendAttributes, appendEscapedAttributes, getDefaultParentTag, renderHTMLWithoutTag, setTemplateaddAllowedAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, clone, getAllowedAttributes, getAttributes, getBodyString, getChildren, getItemsToMove, getObjectAttributes, getParent, getParents, isAllowedAttribute, isFormed, makeCopy, renderPlainText, serialize, setFormed, setItemsToMove, setParentequals, getName, getOriginalSource, hashCode, setName, setOriginalSource, toStringpublic boolean isReduceTokenStack()
isReduceTokenStack in class TagTokenpublic void renderHTML(ITextConverter converter, Appendable buf, IWikiModel model) throws IOException
renderHTML in class HTMLTagIOExceptionpublic boolean addAttribute(String attName, String attValue, boolean checkXSS)
TagTokenaddAttribute in class TagNodeattName - the attribute nameattValue - the attribute's value stringcheckXSS - check the attributes for allowed names to avoid cross side
scriptingCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.