Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
@RequiresOptIn(message = "The HTML/CSS converter is experimental: its API and output may change, and it covers only the subset of HTML and CSS the spec maps. Review converted output before relying on it in production.", level = RequiresOptIn.Level.WARNING)
annotation class ExperimentalHtmlConverter

Marks the HTML/CSS converter as experimental.

Link copied to clipboard

Bidirectional bridge between joy-dom Spec and HTML.

Link copied to clipboard
data class HtmlOptions(val styleMode: StyleMode = StyleMode.STYLE_BLOCK_AND_INLINE, val documentMode: DocumentMode = DocumentMode.FULL_DOCUMENT, val prettyPrint: Boolean = true, val indent: String = " ")
Link copied to clipboard
class HtmlParseException(message: String, cause: Throwable? = null)
Link copied to clipboard