|
|||||||||
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
public abstract class YamlCollection
The abstract base class for the YamlNodes that represent collections.
Constructor Summary | |
---|---|
protected |
YamlCollection()
|
Method Summary | |
---|---|
void |
addChild(YamlNode node)
Add a child node to this collection. |
java.util.List<YamlNode> |
getChildren()
Return the children of this YamlNode |
Methods inherited from class org.insolina.ydom.YamlNode |
---|
print |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected YamlCollection()
Method Detail |
---|
public void addChild(YamlNode node)
node
- YamlNodepublic java.util.List<YamlNode> getChildren()
YamlNode
getChildren
in class YamlNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |