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 CleanerProperties
DomSerializer.props
The HTML Cleaner properties set by the user to control the HTML cleaning.protected CleanerProperties
JDomSerializer.props
protected CleanerProperties
Serializer.props
Methods in org.htmlcleaner that return CleanerPropertiesMethods in org.htmlcleaner with parameters of type CleanerPropertiesModifier and TypeMethodDescriptionstatic String
Utils.escapeHtml
(String s, CleanerProperties props) Escapes HTML stringstatic String
Utils.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 propertiesprotected
HtmlSerializer
(CleanerProperties props) JDomSerializer
(CleanerProperties props) JDomSerializer
(CleanerProperties props, boolean escapeXml) PrettyHtmlSerializer
(CleanerProperties props, String indentString) PrettyXmlSerializer
(CleanerProperties props, String indentString) protected
Serializer
(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) protected
XmlSerializer
(CleanerProperties props)