YsonTreeNode

constructor(type: String, value: String? = null, attrs: Map<String, String>? = null, children: List<YsonTreeNode>? = null)

Parameters

type

Node type (for example text, p, div).

value

Text content for text nodes.

attrs

Element attributes.

children

Child element list.