A B C D E F G H I J K M N P R S T V X

X

XmlHandler - Interface in net.sf.daileon.xml
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 - Exception in net.sf.daileon.xml
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.
XmlHandlerException() - Constructor for exception net.sf.daileon.xml.XmlHandlerException
Constructs a new exception with a default message as its detail message.
XmlHandlerException(String) - Constructor for exception net.sf.daileon.xml.XmlHandlerException
Constructs a new exception with the specified detail message.
XmlHandlerException(Throwable) - Constructor for exception net.sf.daileon.xml.XmlHandlerException
Constructs a new exception with the specified cause and a detail message of (cause == null ?
XmlHandlerException(String, Throwable) - Constructor for exception net.sf.daileon.xml.XmlHandlerException
Constructs a new exception with the specified detail message and cause.
XmlHandlerFactory - Class in net.sf.daileon.xml
The XmlHandlerFactory is a static factory, which provides a single method that returns an XmlHandler object, used to read the content of the XML configuration file, indicated when Daileon is run.
XmlHandlerFactory() - Constructor for class net.sf.daileon.xml.XmlHandlerFactory
Class constructor.
xmlToBean(InputStream, String) - Method in class net.sf.daileon.xml.JaxbXmlHandler
Retrieves the content of a given XML file as an Object.
xmlToBean(InputStream, String) - Method in interface net.sf.daileon.xml.XmlHandler
Retrieves the content of a given XML file as an Object.
XSD_PATH - Static variable in class net.sf.daileon.xml.JaxbXmlHandler
The path to the XSD schema of the XML configuration file

A B C D E F G H I J K M N P R S T V X