org.jvyamlb.nodes
Class MappingNode

java.lang.Object
  extended by org.jvyamlb.nodes.Node
      extended by org.jvyamlb.nodes.CollectionNode
          extended by org.jvyamlb.nodes.MappingNode
Direct Known Subclasses:
PositionedMappingNode

public class MappingNode
extends CollectionNode

Author:
Ola Bini

Constructor Summary
MappingNode(java.lang.String tag, java.util.Map 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

MappingNode

public MappingNode(java.lang.String tag,
                   java.util.Map value,
                   boolean flowStyle)