Package kirk.io.sdl

Class Summary
ESDLReader This class is able to read ESDL files into SDLDocuments.
ESDLWriter This class writes an ESDL description indicated by an SDLDocument to an OutputStream, using UTF-16.
SDLDataElement This class represents the data element of an SDL document.
SDLDocument This class represents an Structured Data Language document.
SDLElement This class represents an SDL element.
SDLNormalElement This class represents the normal element of an SDL document.
SDLNormalElementIterator This class is an Iterator that iterates over an SDLNormalElement given a certain element type filter and optionally a name.
SDLReader This class is able to read SDL files into SDLDocuments.
SDLWriter This class writes an SDL description indicated by an SDLDocument to an OutputStream, using UTF-16.
 

Exception Summary
ESDLReadException This class is an Exception that may be thrown during the reading of an ESDL document.
ESDLWriteException This class is an Exception that may be thrown during the writing of an ESDL document.
MultipleMatchException This class represents an exception that is thrown when there is more than one match while searching for SDLElements with a certain name.
NoMatchException This class represents an exception that is thrown when there is no match while searching for SDLElements with a certain name.
SDLReadException This class is an Exception that may be thrown during the reading of an SDL document.
SDLWriteException This class is an Exception that may be thrown during the writing of an SDL document.