info.bliki.wiki.tags
Class ReferencesTag

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.ReferencesTag
All Implemented Interfaces:
java.lang.Cloneable, BaseToken

public class ReferencesTag
extends HTMLTag


Field Summary
 
Fields inherited from class info.bliki.wiki.tags.HTMLTag
NEW_LINES
 
Constructor Summary
ReferencesTag()
           
 
Method Summary
 java.lang.String getParents()
          Get the allowed parent tags for this tag
 boolean isReduceTokenStack()
           
 void renderHTML(ITextConverter converter, java.lang.Appendable writer, IWikiModel model)
           
 
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

ReferencesTag

public ReferencesTag()
Method Detail

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

isReduceTokenStack

public boolean isReduceTokenStack()
Overrides:
isReduceTokenStack in class TagToken

getParents

public java.lang.String getParents()
Description copied from class: TagToken
Get the allowed parent tags for this tag

Overrides:
getParents in class TagNode
Returns:
null if no parent tags are allowed