EpubElementWhitelistOptions

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

Constructors

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

Types

Link copied to clipboard
object Companion

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.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)