|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.insolina.ydom.YamlNode
public abstract class YamlNode
The abstract base class for the different types of YamlNode.
Constructor Summary | |
---|---|
YamlNode()
|
Method Summary | |
---|---|
abstract java.util.List<YamlNode> |
getChildren()
Return the children of this YamlNode |
abstract void |
print()
Print out details of the node |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public YamlNode()
Method Detail |
---|
public abstract java.util.List<YamlNode> getChildren()
public abstract void print()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |