info.bliki.wiki.tags
Class WPTag

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.WPTag
All Implemented Interfaces:
java.lang.Cloneable, BaseToken
Direct Known Subclasses:
WPBoldItalicTag, WPList, WPParagraphTag, WPTable

public class WPTag
extends HTMLTag

A special Wikipedia tag (i.e. ==, ===, ''', '', ...)


Field Summary
 
Fields inherited from class info.bliki.wiki.tags.HTMLTag
NEW_LINES
 
Constructor Summary
WPTag(java.lang.String htmlName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean isReduceTokenStack()
           
 void renderHTML(ITextConverter converter, java.lang.Appendable buf, IWikiModel model)
           
 void renderLaTeX(ITextConverter converter, java.lang.Appendable _out, IWikiModel model)
           
 
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
getName, getOriginalSource, hashCode, setName, setOriginalSource, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WPTag

public WPTag(java.lang.String htmlName)
Method Detail

isReduceTokenStack

public boolean isReduceTokenStack()
Overrides:
isReduceTokenStack in class TagToken

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class TagToken

renderHTML

public void renderHTML(ITextConverter converter,
                       java.lang.Appendable buf,
                       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