public static class

XhtmlCleaner.Result

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result

Class Overview

The complete results of a clean up operation.

Summary

Public Constructors
XhtmlCleaner.Result()
Public Methods
void addAppliedRuleDescription(XhtmlCleaner.AppliedRuleDescription description)
List<XhtmlCleaner.AppliedRuleDescription> getAppliedRuleDescriptions()
String getCleanedData()
void setCleanedData(String data)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public XhtmlCleaner.Result ()

Public Methods

public void addAppliedRuleDescription (XhtmlCleaner.AppliedRuleDescription description)

public List<XhtmlCleaner.AppliedRuleDescription> getAppliedRuleDescriptions ()

public String getCleanedData ()

Returns
  • the cleaned version of the data supplied to the cleanup method.

public void setCleanedData (String data)