public class NowikiTag extends HTMLTag implements INoBodyParsingTag
ALLOWED_ATTRIBUTES, ALLOWED_ATTRIBUTES_SETname, originalSource| Modifier | Constructor and Description |
|---|---|
|
NowikiTag() |
protected |
NowikiTag(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyMathLTGT(String text,
Appendable writer)
Copy the text in the resulting buffer and escape special html characters
(< > )
|
static void |
copyPre(String text,
Appendable writer,
boolean replaceAmpersand)
Copy the text in the resulting buffer and escape special html characters
(< > " & ')
|
boolean |
isReduceTokenStack() |
void |
renderHTML(ITextConverter converter,
Appendable buf,
IWikiModel model) |
appendAttributes, appendEscapedAttributes, getDefaultParentTag, renderHTMLWithoutTag, setTemplateaddAllowedAttribute, addAttribute, 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, toStringprotected NowikiTag(String name)
public NowikiTag()
public static void copyPre(String text, Appendable writer, boolean replaceAmpersand) throws IOException
replaceAmpersand - replace the ampersand character with the HTML number entityIOExceptionpublic static void copyMathLTGT(String text, Appendable writer) throws IOException
IOExceptionpublic void renderHTML(ITextConverter converter, Appendable buf, IWikiModel model) throws IOException
renderHTML in class HTMLTagIOExceptionpublic boolean isReduceTokenStack()
isReduceTokenStack in class TagTokenCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.