Uses of Class
kirk.io.sdl.SDLDataElement

Packages that use SDLDataElement
kirk.io.sdl   
 

Uses of SDLDataElement in kirk.io.sdl
 

Methods in kirk.io.sdl that return SDLDataElement
protected  SDLDataElement ESDLReader.readDataElement()
          Reads the data element at the current position in the file, and the contained value.
 SDLDataElement SDLElement.getAsDataElement()
          Convenience method for casting this element to the data type.
 SDLDataElement SDLNormalElement.getDataElement(String name)
          Returns the SDLDataElement in this element that has the given name.
protected  SDLDataElement SDLReader.readDataElement()
          Reads the data element at the current position in the file, and the contained value.
 

Methods in kirk.io.sdl with parameters of type SDLDataElement
protected  void ESDLWriter.writeDataElement(int indentation, SDLDataElement element)
          Writes the given SDLDataElement to the output stream.
protected  void SDLWriter.writeDataElement(SDLDataElement element)
          Writes the given SDLDataElement to the output stream.