info.bliki.wiki.tags
Class HrTag

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

public class HrTag
extends HTMLEndTag


Field Summary
 
Fields inherited from class info.bliki.htmlcleaner.TagToken
name, originalSource
 
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 info.bliki.htmlcleaner.EndTagToken
addAttribute, clone, isAllowedAttribute, serialize
 
Methods inherited from class info.bliki.htmlcleaner.TagToken
equals, getName, getOriginalSource, hashCode, setName, setOriginalSource, toString
 
Methods inherited from class java.lang.Object
finalize, 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


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.