net.sf.jplist.core
Class Document

java.lang.Object
  extended by net.sf.jplist.core.Element<IElement>
      extended by net.sf.jplist.core.Document
All Implemented Interfaces:
IElement<IElement>

public class Document
extends Element<IElement>
implements IElement<IElement>

Implements the Document object for JPList. A Document is a concrete subtype of Element which represents the top level object containing the PList document. The Document object is a container for IElements.

Version:
$Revision: 1.1 $
Author:
Sujit Pal (spal@users.sourceforge.net)

Constructor Summary
Document()
          Instantiate a DocumentElement object.
 
Method Summary
 
Methods inherited from class net.sf.jplist.core.Element
addContent, getContent, getType, setContent, typeOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jplist.core.IElement
addContent, getContent, getType, setContent, typeOf
 

Constructor Detail

Document

public Document()
Instantiate a DocumentElement object.