Uses of Interface
net.sf.daileon.xml.XmlHandler

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

Uses of XmlHandler in net.sf.daileon.xml
 

Classes in net.sf.daileon.xml that implement XmlHandler
 class JaxbXmlHandler
          Represents the JAXB implementation of the XmlHandler interface.
 

Methods in net.sf.daileon.xml that return XmlHandler
static XmlHandler XmlHandlerFactory.getJaxbXmlHandler()
          Returns the JAXB implementation of the XmlHandler interface.