| java.lang.Object |
| ↳ |
com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result |
Class Overview
The complete results of a clean up operation.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
XhtmlCleaner.Result
()
Public Methods
public
String
getCleanedData
()
Returns
- the cleaned version of the data supplied to the cleanup method.
public
void
setCleanedData
(String data)