Searched refs:CollectionNode (Results 1 – 5 of 5) sorted by relevance
24 public abstract class CollectionNode extends Node { class27 public CollectionNode(Tag tag, Mark startMark, Mark endMark, Boolean flowStyle) { in CollectionNode() method in CollectionNode
28 public class MappingNode extends CollectionNode {85 if (node.getValueNode() instanceof CollectionNode) { in toString()
28 public class SequenceNode extends CollectionNode {
25 import org.yaml.snakeyaml.nodes.CollectionNode;72 if (valueNode instanceof CollectionNode) { in representJavaBeanProperty()
41 import org.yaml.snakeyaml.nodes.CollectionNode;188 implicitM, null, null, ((CollectionNode) node).getFlowStyle())); in serializeNode()