Uses of Class
kirk.io.sdl.ESDLWriteException

Packages that use ESDLWriteException
kirk.io.sdl   
 

Uses of ESDLWriteException in kirk.io.sdl
 

Methods in kirk.io.sdl that return ESDLWriteException
protected  ESDLWriteException ESDLWriter.getException(String error)
          Returns an ESDLWriteException with the given message, and some other information, like the place it happened in the file.
 

Methods in kirk.io.sdl that throw ESDLWriteException
protected  void ESDLWriter.writeSDLDocument(SDLDocument document)
          Writes the given SDLDocument to the output stream.
protected  void ESDLWriter.writeElement(int indentation, SDLElement element)
          Writes the given SDLElement to the output stream.
protected  void ESDLWriter.writeNormalElement(int indentation, SDLNormalElement element)
          Writes the given SDLNormalElement to the output stream.
static void ESDLWriter.writeESDL(SDLDocument document, OutputStream out)
          Writes the given SDLDocument to the given OutputStream.
static void ESDLWriter.writeESDLFile(SDLDocument document, String filename)
          Writes the given SDLDocument to file with the given filename.