Uses of Class
org.htmlcleaner.CloseTag

Packages that use CloseTag
org.htmlcleaner   
 

Uses of CloseTag in org.htmlcleaner
 

Methods in org.htmlcleaner that return CloseTag
static CloseTag CloseTag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CloseTag[] CloseTag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.htmlcleaner with parameters of type CloseTag
TagInfo(String name, ContentType contentType, BelongsTo belongsTo, boolean deprecated, boolean unique, boolean ignorePermitted, CloseTag closeTag, Display display)
           
 



Copyright © 2006-2014. All Rights Reserved.