net.aethersanctum.curlyml
Class Document

java.lang.Object
  extended by net.aethersanctum.curlyml.Node
      extended by net.aethersanctum.curlyml.Document

public class Document
extends Node

Document is nothing more than the implicit root node of a loaded CurlyML Tree. It contains all the other nodes.

See Also:
Node

Field Summary
static java.lang.String ROOT_NODE_NAME
           
 
Constructor Summary
Document()
           
 
Method Summary
 
Methods inherited from class net.aethersanctum.curlyml.Node
addChild, getChildren, getText, hasChildren, isParent, markAsParent, setChildren, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_NODE_NAME

public static final java.lang.String ROOT_NODE_NAME
See Also:
Constant Field Values
Constructor Detail

Document

public Document()