EnableRequest

@Serializable
data class EnableRequest(val includeWhitespace: IncludeWhitespace? = null)(source)

Request object containing input parameters for the DOMDomain.enable command.

Constructors

Link copied to clipboard
constructor(includeWhitespace: IncludeWhitespace? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

Whether to include whitespaces in the children array of returned Nodes.