Uses of Class
com.github.tadukoo.parsing.fileformat.Node.NodeBuilder
Package
Description
Provides classes for making your own custom File Format, similar to YAML syntax
-
Uses of Node.NodeBuilder in com.github.tadukoo.parsing.fileformat
Modifier and TypeMethodDescriptionstatic Node.NodeBuilder
Node.builder()
Node.NodeBuilder.level
(int level) Node.NodeBuilder.nextSibling
(Node nextSibling) Node.NodeBuilder.prevSibling
(Node prevSibling)