|
|||||||||
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.SequenceNode
public class SequenceNode
This class represents a Yaml Sequence. In the Yaml document this is a list of items, each of them prefixed by a dash.
Constructor Summary | |
---|---|
SequenceNode()
Default constructor |
Method Summary | |
---|---|
void |
print()
Print out the contents of the sequence 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 SequenceNode()
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 |