info.bliki.wiki.tags
Class PTag

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.HTMLBlockTag
                  extended by info.bliki.wiki.tags.PTag
All Implemented Interfaces:
java.lang.Cloneable, BaseToken

public class PTag
extends HTMLBlockTag


Field Summary
 
Fields inherited from class info.bliki.wiki.tags.HTMLTag
NEW_LINES
 
Constructor Summary
PTag()
           
 
Method Summary
 java.lang.String getCloseTag()
           
 void renderHTML(ITextConverter converter, java.lang.Appendable buf, IWikiModel model)
           
 
Methods inherited from class info.bliki.wiki.tags.HTMLBlockTag
getParents, isReduceTokenStack
 
Methods inherited from class info.bliki.wiki.tags.HTMLTag
appendAttributes, appendEscapedAttributes, appendUnescapedAttributes, getBodyString, renderHTMLWithoutTag, renderLaTeX, setTemplate
 
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 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

PTag

public PTag()
Method Detail

getCloseTag

public java.lang.String getCloseTag()
Overrides:
getCloseTag in class HTMLBlockTag

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