|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jdiskcatalog.model.DocumentImpl
public class DocumentImpl
Field Summary | |
---|---|
java.util.List<Node> |
nodes
List of top level nodes |
Constructor Summary | |
---|---|
DocumentImpl()
|
Method Summary | |
---|---|
void |
add(Node node)
|
java.util.List<Node> |
getNodes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.List<Node> nodes
Constructor Detail |
---|
public DocumentImpl()
Method Detail |
---|
public void add(Node node)
add
in interface Document
public java.util.List<Node> getNodes()
getNodes
in interface Document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |