Uses of Enum Class
org.htmlcleaner.OptionalOutput
Packages that use OptionalOutput
-
Uses of OptionalOutput in org.htmlcleaner
Fields in org.htmlcleaner declared as OptionalOutputModifier and TypeFieldDescriptionprivate OptionalOutput
CleanerProperties.omitDoctypeDeclaration
private OptionalOutput
CleanerProperties.omitHtmlEnvelope
private OptionalOutput
CleanerProperties.omitXmlDeclaration
Methods in org.htmlcleaner that return OptionalOutputModifier and TypeMethodDescriptionstatic OptionalOutput
Returns the enum constant of this class with the specified name.static OptionalOutput[]
OptionalOutput.values()
Returns an array containing the constants of this enum class, in the order they are declared.