|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CleanerProperties | |
---|---|
org.htmlcleaner |
Uses of CleanerProperties in org.htmlcleaner |
---|
Fields in org.htmlcleaner declared as CleanerProperties | |
---|---|
protected CleanerProperties |
Serializer.props
|
protected CleanerProperties |
JDomSerializer.props
|
protected CleanerProperties |
DomSerializer.props
The HTML Cleaner properties set by the user to control the HTML cleaning. |
Methods in org.htmlcleaner that return CleanerProperties | |
---|---|
CleanerProperties |
HtmlCleaner.getProperties()
|
Methods in org.htmlcleaner with parameters of type CleanerProperties | |
---|---|
static String |
Utils.escapeHtml(String s,
CleanerProperties props)
Escapes HTML string |
static String |
Utils.escapeXml(String s,
CleanerProperties props,
boolean isDomCreation)
Escapes XML string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |