Uses of Class
org.htmlcleaner.CleanerProperties
Packages that use CleanerProperties
-
Uses of CleanerProperties in org.htmlcleaner
Fields in org.htmlcleaner declared as CleanerPropertiesModifier and TypeFieldDescriptionprotected CleanerPropertiesDomSerializer.propsThe HTML Cleaner properties set by the user to control the HTML cleaning.protected CleanerPropertiesJDomSerializer.propsprotected CleanerPropertiesSerializer.propsMethods in org.htmlcleaner that return CleanerPropertiesMethods in org.htmlcleaner with parameters of type CleanerPropertiesModifier and TypeMethodDescriptionstatic StringUtils.escapeHtml(String s, CleanerProperties props) Escapes HTML stringstatic StringUtils.escapeXml(String s, CleanerProperties props, boolean isDomCreation) Escapes XML string.Constructors in org.htmlcleaner with parameters of type CleanerPropertiesModifierConstructorDescriptionDomBuilder(CleanerProperties props, boolean escapeXml, boolean deserializeCdataEntities, boolean strictErrorChecking) DomSerializer(CleanerProperties props) DomSerializer(CleanerProperties props, boolean escapeXml) DomSerializer(CleanerProperties props, boolean escapeXml, boolean deserializeCdataEntities) DomSerializer(CleanerProperties props, boolean escapeXml, boolean deserializeCdataEntities, boolean strictErrorChecking) HtmlCleaner(CleanerProperties properties) Constructor - creates the instance with default tag info provider and specified propertiesHtmlCleaner(ITagInfoProvider tagInfoProvider, CleanerProperties properties) Constructor - creates the instance with specified tag info provider and specified propertiesprotectedHtmlSerializer(CleanerProperties props) JDomSerializer(CleanerProperties props) JDomSerializer(CleanerProperties props, boolean escapeXml) PrettyHtmlSerializer(CleanerProperties props, String indentString) PrettyXmlSerializer(CleanerProperties props, String indentString) protectedSerializer(CleanerProperties props) SimpleHtmlSerializer(CleanerProperties props, boolean escape) TraversalDomSerializer(CleanerProperties props, boolean escapeXml) TraversalDomSerializer(CleanerProperties props, boolean escapeXml, boolean deserializeCdataEntities) TraversalDomSerializer(CleanerProperties props, boolean escapeXml, boolean deserializeCdataEntities, boolean strictErrorChecking) protectedXmlSerializer(CleanerProperties props)