EpubElementWhitelistOptions

data class EpubElementWhitelistOptions(val attributeNames: List<String> = emptyList(), val tagNames: List<String> = emptyList())

Constructors

Link copied to clipboard
fun EpubElementWhitelistOptions(attributeNames: List<String> = emptyList(), tagNames: List<String> = emptyList())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

Additional attribute names to whitelist.

Link copied to clipboard

Additional element tag names to whitelist. HTML tag names must be lowercased.