Uses of Class
org.htmlcleaner.CleanerTransformations
-
-
Uses of CleanerTransformations in org.htmlcleaner
Fields in org.htmlcleaner declared as CleanerTransformations Modifier and Type Field Description private CleanerTransformations
HtmlCleaner. transformations
private CleanerTransformations
HtmlTokenizer. transformations
Methods in org.htmlcleaner that return CleanerTransformations Modifier and Type Method Description CleanerTransformations
HtmlCleaner. getTransformations()
Methods in org.htmlcleaner with parameters of type CleanerTransformations Modifier and Type Method Description void
HtmlCleaner. setTransformations(CleanerTransformations transformations)
Sets tranformations for this cleaner instance.static void
Utils. updateTagTransformations(CleanerTransformations transformations, java.lang.String key, java.lang.String value)
Constructors in org.htmlcleaner with parameters of type CleanerTransformations Constructor Description HtmlTokenizer(java.io.Reader reader, CleanerProperties props, CleanerTransformations transformations, ITagInfoProvider tagInfoProvider)
Constructor - cretes instance of the parser with specified content.
-