info.bliki.wiki.tags
Class HTMLPartitioningTag

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.HTMLPartitioningTag
All Implemented Interfaces:
java.lang.Cloneable, BaseToken
Direct Known Subclasses:
PTag

public class HTMLPartitioningTag
extends HTMLTag

A wiki tag that's partitioning the HTML document


Field Summary
 
Fields inherited from class info.bliki.wiki.tags.HTMLTag
NEW_LINES
 
Constructor Summary
HTMLPartitioningTag(java.lang.String name)
           
 
Method Summary
 boolean isReduceTokenStack()
           
 
Methods inherited from class info.bliki.wiki.tags.HTMLTag
appendAttributes, appendEscapedAttributes, appendUnescapedAttributes, getBodyString, renderHTML, 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

HTMLPartitioningTag

public HTMLPartitioningTag(java.lang.String name)
Method Detail

isReduceTokenStack

public boolean isReduceTokenStack()
Overrides:
isReduceTokenStack in class TagToken