Searched refs:composeAll (Results 1 – 2 of 2) sorted by relevance
52 for (Node node : yaml.composeAll(new StringReader("abc: 56\n---\n123\n---\n456"))) { in testComposeAllFromReader()64 for (Node node : yaml.composeAll(new StringReader("6"))) { in testComposeAllOneDocument()
545 public Iterable<Node> composeAll(Reader yaml) { in composeAll() method in Yaml