Home
last modified time | relevance | path

Searched refs:composeAll (Results 1 – 2 of 2) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DYamlComposeTest.java52 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()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DYaml.java545 public Iterable<Node> composeAll(Reader yaml) { in composeAll() method in Yaml