|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.insolina.ydom.YamlNode
org.insolina.ydom.YamlCollection
org.insolina.ydom.MappingNode
public class MappingNode
This class represents a Yaml Mapping Node. In the Yaml document this is a list of key value pairs, each key value pair separated by a colon.
Constructor Summary | |
---|---|
MappingNode()
Default Constructor |
Method Summary | |
---|---|
void |
print()
Print out the contents of the mapping node. |
java.lang.String |
toString()
|
Methods inherited from class org.insolina.ydom.YamlCollection |
---|
addChild, getChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MappingNode()
Method Detail |
---|
public void print()
print
in class YamlNode
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |