Uses of Class
org.htmlcleaner.OptionalOutput
-
Packages that use OptionalOutput Package Description org.htmlcleaner -
-
Uses of OptionalOutput in org.htmlcleaner
Methods in org.htmlcleaner that return OptionalOutput Modifier and Type Method Description static OptionalOutput
OptionalOutput. valueOf(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.
-