EnableRequest

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

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

A builder for EnableRequest, which allows setting the optional parameters of the DOMDomain.enable command via a lambda.

Properties

Link copied to clipboard

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