composeAll

expect fun composeAll(source: Source): Iterable<Node>(source)

Parse all YAML documents in a stream and produce corresponding representation trees.

Return

parsed root Nodes for all YAML documents in source.

Parameters

source

YAML document(s).


expect fun composeAll(string: String): Iterable<Node>(source)

Parse all YAML documents in a stream and produce corresponding representation trees.

Return

parsed root Nodes for all YAML documents in string.

Parameters

string

YAML document(s).

actual fun composeAll(source: Source): Iterable<Node>(source)
actual fun composeAll(string: String): Iterable<Node>(source)

Parse all YAML documents in a stream and produce corresponding representation trees.

See Processing Overview.

Return

parsed root Nodes for all YAML documents in inputStream.

Parameters

inputStream

stream of YAML documents


Parse all YAML documents in a stream and produce corresponding representation trees.

See Processing Overview.

Return

parsed root Nodes for all YAML documents in reader.

Parameters

reader

stream of YAML documents


actual fun composeAll(source: Source): Iterable<Node>(source)
actual fun composeAll(string: String): Iterable<Node>(source)
actual fun composeAll(source: Source): Iterable<Node>(source)
actual fun composeAll(string: String): Iterable<Node>(source)