Uses of Package
net.sf.daileon.xml

Packages that use net.sf.daileon.xml
net.sf.daileon.xml Provides classes that handle Daileon's XML configuration file, indicated in the command line when Daileon is run. 
 

Classes in net.sf.daileon.xml used by net.sf.daileon.xml
XmlHandler
          The XmlHandler interface defines methods for serializing objects to a particular OutputStream, as well as reading XML files and returning objects equivalent to their structure.
XmlHandlerException
          The XmlHandlerException class represents any problem that may occur when serializing an Object to a given OutputStream , or when trying to transform to an Object representation the content of a given XML file, as an InputStream.