Node
constructor(nodeId: Int, parentId: Int? = null, backendNodeId: Int, nodeType: Int, nodeName: String, localName: String, nodeValue: String, childNodeCount: Int? = null, children: List<DOM.Node>? = null, attributes: List<String>? = null, documentURL: String? = null, baseURL: String? = null, publicId: String? = null, systemId: String? = null, internalSubset: String? = null, xmlVersion: String? = null, name: String? = null, value: String? = null, pseudoType: DOM.PseudoType? = null, pseudoIdentifier: String? = null, shadowRootType: DOM.ShadowRootType? = null, frameId: String? = null, contentDocument: DOM.Node? = null, shadowRoots: List<DOM.Node>? = null, templateContent: DOM.Node? = null, pseudoElements: List<DOM.Node>? = null, importedDocument: DOM.Node? = null, distributedNodes: List<DOM.BackendNode>? = null, isSVG: Boolean? = null, compatibilityMode: DOM.CompatibilityMode? = null, assignedSlot: DOM.BackendNode? = null, isScrollable: Boolean? = null)