xml
Class XMLDocument

java.lang.Object
  extended by xml.XMLDocument

public class XMLDocument
extends java.lang.Object

Author:
puginca

Field Summary
private  XMLHeader head
          Fields
private  XMLElement root
           
 
Constructor Summary
XMLDocument()
          Creates a new instance of XMLDocument
 
Method Summary
 XMLHeader getHeader()
           
 XMLElement getRoot()
           
 void setHeader(XMLHeader h)
           
 void setRoot(XMLElement elt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

private XMLHeader head
Fields


root

private XMLElement root
Constructor Detail

XMLDocument

public XMLDocument()
Creates a new instance of XMLDocument

Method Detail

setHeader

public void setHeader(XMLHeader h)

setRoot

public void setRoot(XMLElement elt)

getHeader

public XMLHeader getHeader()

getRoot

public XMLElement getRoot()