Uses of Package
com.overzealous.remark.convert
-
Packages that use com.overzealous.remark.convert Package Description com.overzealous.remark The root package for the OverZealous Creations, LLC, Remark library.com.overzealous.remark.convert This package contains the classes that walk the Jsoup document and processConvert it into Markdown code. -
Classes in com.overzealous.remark.convert used by com.overzealous.remark Class Description DocumentConverter The class that does the heavy lifting for converting a JSoup Document into valid Markdown -
Classes in com.overzealous.remark.convert used by com.overzealous.remark.convert Class Description AbstractNodeHandler Contains basic implementations for handling text nodes and ignored HTML elements.DefaultNodeHandler Default handler for unknown top-level nodes.DocumentConverter The class that does the heavy lifting for converting a JSoup Document into valid MarkdownNodeHandler Interface for classes that handle processing HTML Elements.NodeRemover TextCleaner This class is used to clean up plain text fields based on the selected set of options.