org.jvyamlb.nodes
Class CollectionNode

java.lang.Object
  extended byorg.jvyamlb.nodes.Node
      extended byorg.jvyamlb.nodes.CollectionNode
Direct Known Subclasses:
MappingNode, SequenceNode

public class CollectionNode
extends Node

Author:
Ola Bini

Constructor Summary
CollectionNode(java.lang.String tag, java.lang.Object value, boolean flowStyle)
           
 
Method Summary
 boolean getFlowStyle()
           
 
Methods inherited from class org.jvyamlb.nodes.Node
equals, getTag, getValue, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionNode

public CollectionNode(java.lang.String tag,
                      java.lang.Object value,
                      boolean flowStyle)
Method Detail

getFlowStyle

public boolean getFlowStyle()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.