Uses of Class
org.htmlcleaner.OptionalOutput
-
Packages that use OptionalOutput Package Description org.htmlcleaner -
-
Uses of OptionalOutput in org.htmlcleaner
Fields in org.htmlcleaner declared as OptionalOutput Modifier and Type Field Description private OptionalOutput
CleanerProperties. omitDoctypeDeclaration
private OptionalOutput
CleanerProperties. omitHtmlEnvelope
private OptionalOutput
CleanerProperties. omitXmlDeclaration
Methods in org.htmlcleaner that return OptionalOutput Modifier and Type Method Description static OptionalOutput
OptionalOutput. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OptionalOutput[]
OptionalOutput. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-