info.bliki.wiki.tags
Class BrTag

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

public class BrTag
extends HTMLEndTag


Constructor Summary
BrTag()
           
 
Method Summary
 
Methods inherited from class info.bliki.wiki.tags.HTMLEndTag
isReduceTokenStack
 
Methods inherited from class org.htmlcleaner.EndTagToken
clone, getParents, 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

BrTag

public BrTag()