Package | Description |
---|---|
org.htmlcleaner | |
org.htmlcleaner.audit |
Modifier and Type | Method and Description |
---|---|
void |
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) |
Modifier and Type | Method and Description |
---|---|
static ErrorType |
ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlModificationListenerLogger.fireHtmlError(boolean safety,
TagNode tagNode,
ErrorType errorType) |
void |
HtmlModificationListener.fireHtmlError(boolean certain,
TagNode tagNode,
ErrorType errorType)
Fired when cleaner fixes some error in html syntax.
|
void |
HtmlModificationListenerLogger.fireUglyHtml(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.fireUserDefinedModification(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.
|
Copyright © 2006–2018. All rights reserved.