info.bliki.wiki.tags
Class MathTag

java.lang.Object
  extended by org.htmlcleaner.TagToken
      extended by org.htmlcleaner.TagNode
          extended by info.bliki.wiki.tags.HTMLTag
              extended by info.bliki.wiki.tags.NowikiTag
                  extended by info.bliki.wiki.tags.MathTag
All Implemented Interfaces:
IBodyTag, INoBodyParsingTag, java.lang.Cloneable, BaseToken

public class MathTag
extends NowikiTag

Wiki tag rendering TeX math


Field Summary
 
Fields inherited from class info.bliki.wiki.tags.HTMLTag
NEW_LINES
 
Constructor Summary
MathTag()
           
 
Method Summary
 boolean isReduceTokenStack()
           
 void renderHTML(ITextConverter converter, java.lang.Appendable writer, IWikiModel model)
           
 void renderLaTeX(ITextConverter converter, java.lang.Appendable _out, IWikiModel model)
           
 
Methods inherited from class info.bliki.wiki.tags.NowikiTag
copyMathLTGT, copyNowikiNewLine, copyPre
 
Methods inherited from class info.bliki.wiki.tags.HTMLTag
appendAttributes, appendEscapedAttributes, appendUnescapedAttributes, getBodyString, renderHTMLWithoutTag, setTemplate
 
Methods inherited from class org.htmlcleaner.TagNode
addAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, clone, getAttributes, getChildren, getItemsToMove, getObjectAttributes, getParent, getParents, isFormed, makeCopy, serialize, setFormed, setItemsToMove, setParent
 
Methods inherited from class org.htmlcleaner.TagToken
equals, getName, getOriginalSource, hashCode, setName, setOriginalSource, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MathTag

public MathTag()
Method Detail

renderHTML

public void renderHTML(ITextConverter converter,
                       java.lang.Appendable writer,
                       IWikiModel model)
                throws java.io.IOException
Overrides:
renderHTML in class NowikiTag
Throws:
java.io.IOException

renderLaTeX

public void renderLaTeX(ITextConverter converter,
                        java.lang.Appendable _out,
                        IWikiModel model)
                 throws java.io.IOException
Overrides:
renderLaTeX in class NowikiTag
Throws:
java.io.IOException

isReduceTokenStack

public boolean isReduceTokenStack()
Overrides:
isReduceTokenStack in class NowikiTag