Class XhtmlCleaner.Result

  • Enclosing interface:
    XhtmlCleaner

    public static class XhtmlCleaner.Result
    extends Object
    Deprecated.
    since 5.1.4 See StorageFormatCleaner instead.
    The complete results of a clean up operation.
    • Constructor Detail

      • Result

        public Result()
        Deprecated.
    • Method Detail

      • setCleanedData

        public void setCleanedData​(String data)
        Deprecated.
      • getCleanedData

        public String getCleanedData()
        Deprecated.
        Returns:
        the cleaned version of the data supplied to the cleanup method.