info.bliki.wiki.tags
Class HrTag

java.lang.Object
  extended by org.htmlcleaner.TagToken
      extended by org.htmlcleaner.EndTagToken
          extended by info.bliki.wiki.tags.HTMLEndTag
              extended by info.bliki.wiki.tags.HrTag
All Implemented Interfaces:
java.lang.Cloneable, BaseToken

public class HrTag
extends HTMLEndTag


Constructor Summary
HrTag()
           
 
Method Summary
 java.lang.String getParents()
          Get the allowed parent tags for this tag
 
Methods inherited from class info.bliki.wiki.tags.HTMLEndTag
isReduceTokenStack
 
Methods inherited from class org.htmlcleaner.EndTagToken
clone, serialize
 
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

HrTag

public HrTag()
Method Detail

getParents

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

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