Text identifier corresponding to element identifiers in markup languages.
class base list text node
extends debuggable
implements list text node
import idealmachinechannelsstring writer
private immutable list[text node] the nodes
public base list text node(readonly list[text node] the nodes)
this • the nodes = the nodesfrozen copy()
public overload static list text node make(text node first, text node second)
return base list text node • new([first, second])
public overload static list text node make(text node first, text node second, text node third)
return base list text node • new([first, second, third])
override immutable list[text node] nodes()
return the nodes
override string to string()
the writer : string writer • new()
for (node : the nodes)
the writerwrite all(nodeto string)
return the writerelements()