public class SourceTag extends HTMLBlockTag implements INoBodyParsingTag
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SOURCE_END |
protected static String |
SOURCE_START_1 |
protected static String |
SOURCE_START_2 |
ALLOWED_ATTRIBUTES, ALLOWED_ATTRIBUTES_SETname, originalSource| Constructor and Description |
|---|
SourceTag() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getParents()
Get the allowed parent tags for this tag
|
static String |
getSourceType(String src)
Determine the source code type by heuristics.
|
boolean |
isReduceTokenStack() |
void |
renderHTML(ITextConverter converter,
Appendable writer,
IWikiModel model) |
getDefaultParentTag, renderPlainTextappendAttributes, appendEscapedAttributes, renderHTMLWithoutTag, setTemplateaddAllowedAttribute, addAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, getAllowedAttributes, getAttributes, getBodyString, getChildren, getItemsToMove, getObjectAttributes, getParent, isAllowedAttribute, isFormed, makeCopy, serialize, setFormed, setItemsToMove, setParentequals, getName, getOriginalSource, hashCode, setName, setOriginalSource, toStringprotected static final String SOURCE_START_1
protected static final String SOURCE_START_2
protected static final String SOURCE_END
public Object clone()
clone in class HTMLBlockTagpublic void renderHTML(ITextConverter converter, Appendable writer, IWikiModel model) throws IOException
renderHTML in class HTMLTagIOExceptionpublic boolean isReduceTokenStack()
isReduceTokenStack in class HTMLBlockTagpublic String getParents()
TagTokengetParents in class HTMLBlockTagnull if no parent tags are allowedCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.