com.lightdev.lib.xml
Class XmlDocument

java.lang.Object
  extended by com.lightdev.lib.xml.XmlDocument

public class XmlDocument
extends Object

XmlDocument - still experimental

Author:
Ulrich Hilger, Light Development, http://www.lightdev.com, info@lightdev.com, published under the terms and conditions of the BSD License, for details see file license.txt in the distribution package of this software

Constructor Summary
XmlDocument()
           
 
Method Summary
 XmlTag getRoot()
           
 void setRoot(XmlTag tag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDocument

public XmlDocument()
Method Detail

setRoot

public void setRoot(XmlTag tag)

getRoot

public XmlTag getRoot()