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 OptionalOutputCleanerProperties. omitDoctypeDeclarationprivate OptionalOutputCleanerProperties. omitHtmlEnvelopeprivate OptionalOutputCleanerProperties. omitXmlDeclarationMethods in org.htmlcleaner that return OptionalOutput Modifier and Type Method Description static OptionalOutputOptionalOutput. 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.
-