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 private CleanerPropertiesHtmlCleaner. propertiesprivate CleanerPropertiesDomBuilder. propsprotected CleanerPropertiesDomSerializer. propsThe HTML Cleaner properties set by the user to control the HTML cleaning.private CleanerPropertiesHtmlTokenizer. propsprotected CleanerPropertiesJDomSerializer. propsprotected CleanerPropertiesSerializer. propsprivate CleanerPropertiesTraversalDomSerializer. 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 java.lang.StringUtils. escapeHtml(java.lang.String s, CleanerProperties props)Escapes HTML stringstatic java.lang.StringUtils. escapeXml(java.lang.String s, CleanerProperties props, boolean isDomCreation)Escapes XML string.Constructors in org.htmlcleaner with parameters of type CleanerProperties Constructor Description BrowserCompactXmlSerializer(CleanerProperties props)CompactHtmlSerializer(CleanerProperties props)CompactXmlSerializer(CleanerProperties props)DomBuilder(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 propertiesHtmlSerializer(CleanerProperties props)JDomSerializer(CleanerProperties props)JDomSerializer(CleanerProperties props, boolean escapeXml)PrettyHtmlSerializer(CleanerProperties props)PrettyHtmlSerializer(CleanerProperties props, java.lang.String indentString)PrettyXmlSerializer(CleanerProperties props)PrettyXmlSerializer(CleanerProperties props, java.lang.String indentString)Serializer(CleanerProperties props)SimpleHtmlSerializer(CleanerProperties props)SimpleHtmlSerializer(CleanerProperties props, boolean escape)SimpleXmlSerializer(CleanerProperties props)TraversalDomSerializer(CleanerProperties props)TraversalDomSerializer(CleanerProperties props, boolean escapeXml)TraversalDomSerializer(CleanerProperties props, boolean escapeXml, boolean deserializeCdataEntities)TraversalDomSerializer(CleanerProperties props, boolean escapeXml, boolean deserializeCdataEntities, boolean strictErrorChecking)XmlSerializer(CleanerProperties props)
-