public class SimpleYaml extends Object implements NElementStreamFormat
| Constructor and Description |
|---|
SimpleYaml() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElement |
normalize(net.thevpc.nuts.elem.NElement e) |
net.thevpc.nuts.elem.NElement |
parseElement(Reader reader,
net.thevpc.nuts.elem.NElementFactoryContext context,
Object readerSource) |
void |
printElement(net.thevpc.nuts.elem.NElement value,
net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.elem.NElementFormatter formatter,
net.thevpc.nuts.elem.NElementFactoryContext context) |
public net.thevpc.nuts.elem.NElement parseElement(Reader reader, net.thevpc.nuts.elem.NElementFactoryContext context, Object readerSource)
parseElement in interface NElementStreamFormatpublic void printElement(net.thevpc.nuts.elem.NElement value,
net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.elem.NElementFormatter formatter,
net.thevpc.nuts.elem.NElementFactoryContext context)
printElement in interface NElementStreamFormatpublic net.thevpc.nuts.elem.NElement normalize(net.thevpc.nuts.elem.NElement e)
normalize in interface NElementStreamFormatCopyright © 2026 vpc open source initiative. All rights reserved.