Builder

class Builder(val nodeId: NodeId, val text: String)

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

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, text: String)

Properties

Link copied to clipboard
var name: String?

Attribute name to replace with new attributes derived from text in case text parsed successfully.

Link copied to clipboard

Id of the element to set attributes for.

Link copied to clipboard

Text with a number of attributes. Will parse this text using HTML parser.

Functions

Link copied to clipboard