org.htmlcleaner
Class EndTagToken
java.lang.Object
org.htmlcleaner.TagToken
org.htmlcleaner.EndTagToken
- All Implemented Interfaces:
- java.lang.Cloneable, BaseToken
- Direct Known Subclasses:
- HTMLEndTag
public class EndTagToken
- extends TagToken
HTML tag end token.
Created by: Vladimir Nikic
Date: November, 2006.
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
EndTagToken
public EndTagToken()
EndTagToken
public EndTagToken(java.lang.String name)
serialize
public void serialize(XmlSerializer xmlSerializer)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone in class TagToken
- Throws:
java.lang.CloneNotSupportedException
getParents
public java.lang.String getParents()
- Description copied from class:
TagToken
- Get the allowed parent tags for this tag
- Specified by:
getParents in class TagToken
- Returns:
null if no parent tags are allowed