GetDocumentResponse

@Serializable
data class GetDocumentResponse(val root: Node)

Response type for the DOMDomain.getDocument command.

Constructors

Link copied to clipboard
constructor(root: Node)

Properties

Link copied to clipboard
val root: Node

Resulting node.