net.sf.jplist.core
Class Document
java.lang.Object
net.sf.jplist.core.Element<IElement>
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Document
public Document()
- Instantiate a DocumentElement object.