info.bliki.wiki.tags
Class PreTag
java.lang.Object
org.htmlcleaner.TagToken
org.htmlcleaner.TagNode
info.bliki.wiki.tags.HTMLTag
info.bliki.wiki.tags.HTMLBlockTag
info.bliki.wiki.tags.PreTag
- All Implemented Interfaces:
- IBodyTag, INoBodyParsingTag, java.lang.Cloneable, BaseToken
public class PreTag
- extends HTMLBlockTag
- implements INoBodyParsingTag
Wiki tag for the HTML pre Tag.
- See Also:
WPPreTag
| Methods inherited from class org.htmlcleaner.TagNode |
addAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, clone, getAttributes, getChildren, getItemsToMove, getObjectAttributes, getParent, isFormed, makeCopy, serialize, setFormed, setItemsToMove, setParent |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
PreTag
public PreTag()
renderHTML
public void renderHTML(ITextConverter converter,
java.lang.Appendable writer,
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
isReduceTokenStack
public boolean isReduceTokenStack()
- Overrides:
isReduceTokenStack in class HTMLBlockTag