Uses of Class
org.htmlcleaner.CleanerProperties
-
Packages that use CleanerProperties Package Description org.htmlcleaner -
-
Uses of CleanerProperties in org.htmlcleaner
Fields in org.htmlcleaner declared as CleanerProperties Modifier and Type Field Description protected CleanerPropertiesDomSerializer. propsThe HTML Cleaner properties set by the user to control the HTML cleaning.protected CleanerPropertiesJDomSerializer. propsprotected CleanerPropertiesSerializer. propsMethods in org.htmlcleaner that return CleanerProperties Modifier and Type Method Description CleanerPropertiesHtmlCleaner. getProperties()Methods in org.htmlcleaner with parameters of type CleanerProperties Modifier and Type Method Description static StringUtils. escapeHtml(String s, CleanerProperties props)Escapes HTML stringstatic StringUtils. escapeXml(String s, CleanerProperties props, boolean isDomCreation)Escapes XML string.
-