org.jvyamlb.nodes
Class SequenceNode

java.lang.Object
  extended by org.jvyamlb.nodes.Node
      extended by org.jvyamlb.nodes.CollectionNode
          extended by org.jvyamlb.nodes.SequenceNode
Direct Known Subclasses:
PositionedSequenceNode

public class SequenceNode
extends CollectionNode

Author:
Ola Bini

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

Constructor Detail

SequenceNode

public SequenceNode(java.lang.String tag,
                    java.util.List value,
                    boolean flowStyle)