Java org.jsoup.safety Cleaner fields, constructors, methods, implement or subclass

Example usage for Java org.jsoup.safety Cleaner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jsoup.safety Cleaner.

The text is from its open source code.

Constructor

Cleaner(Whitelist whitelist)
Create a new cleaner, that sanitizes documents using the supplied whitelist.

Method

Documentclean(Document dirtyDocument)
Creates a new, clean document, from the original dirty document, containing only elements allowed by the whitelist.