Uses of Enum Class
org.htmlcleaner.audit.ErrorType
Packages that use ErrorType
-
Uses of ErrorType in org.htmlcleaner
Methods in org.htmlcleaner with parameters of type ErrorTypeModifier and TypeMethodDescriptionvoid
CleanerProperties.fireHtmlError
(boolean certainty, TagNode startTagToken, ErrorType type) void
CleanerProperties.fireUglyHtml
(boolean certainty, TagNode startTagToken, ErrorType errorType) void
CleanerProperties.fireUserDefinedModification
(boolean certainty, TagNode tagNode, ErrorType errorType) -
Uses of ErrorType in org.htmlcleaner.audit
Methods in org.htmlcleaner.audit that return ErrorTypeModifier and TypeMethodDescriptionstatic ErrorType
Returns the enum constant of this class with the specified name.static ErrorType[]
ErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.htmlcleaner.audit with parameters of type ErrorTypeModifier and TypeMethodDescriptionvoid
HtmlModificationListener.fireHtmlError
(boolean certain, TagNode tagNode, ErrorType errorType) Fired when cleaner fixes some error in html syntax.void
HtmlModificationListenerLogger.fireHtmlError
(boolean safety, TagNode tagNode, ErrorType errorType) void
HtmlModificationListener.fireUglyHtml
(boolean certainty, TagNode tagNode, ErrorType errorType) Fired when cleaner fixes ugly html -- when syntax was correct but task was implemented by weird code.void
HtmlModificationListenerLogger.fireUglyHtml
(boolean safety, TagNode tagNode, ErrorType errorType) void
HtmlModificationListener.fireUserDefinedModification
(boolean certainty, TagNode tagNode, ErrorType errorType) Fired when cleaner modifies html due to user specified rules.void
HtmlModificationListenerLogger.fireUserDefinedModification
(boolean safety, TagNode tagNode, ErrorType errorType)