|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SDLWriteException | |
kirk.io.sdl |
Uses of SDLWriteException in kirk.io.sdl |
Methods in kirk.io.sdl that return SDLWriteException | |
protected SDLWriteException |
SDLWriter.getException(String error)
Returns an SDLWriteException with the given message, and some
other information, like the place it happened in the file. |
Methods in kirk.io.sdl that throw SDLWriteException | |
protected void |
SDLWriter.writeSDLDocument(SDLDocument document)
Writes the given SDLDocument to the output stream. |
protected void |
SDLWriter.writeElement(SDLElement element)
Writes the given SDLElement to the output stream. |
protected void |
SDLWriter.writeNormalElement(SDLNormalElement element)
Writes the given SDLNormalElement to the output stream. |
static void |
SDLWriter.writeSDL(SDLDocument document,
OutputStream out)
Writes the given SDLDocument to the given
OutputStream . |
static void |
SDLWriter.writeSDLFile(SDLDocument document,
String filename)
Writes the given SDLDocument to file with the given filename. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |