com.jfimagine.jfdom
Class Document

java.lang.Object
  |
  +--com.jfimagine.jfdom.Document

public class Document
extends java.lang.Object

Document class. A class used to represent an XML document.

Version:
$Revision: 1.1 $
Author:
CookieMaker

Constructor Summary
Document(Element root)
          Constructor
 
Method Summary
 Element getRoot()
          Get root element of this document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Document

public Document(Element root)
Constructor

Parameters:
root - Root element
Method Detail

getRoot

public Element getRoot()
Get root element of this document.



Copyright 2004 ~ 2005 JingFei International Cooperation LTD. All Rights Reserved.