|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SDLNormalElement | |
kirk.io.sdl |
Uses of SDLNormalElement in kirk.io.sdl |
Fields in kirk.io.sdl declared as SDLNormalElement | |
protected SDLNormalElement |
SDLNormalElementIterator.element
The element iterated over. |
Methods in kirk.io.sdl that return SDLNormalElement | |
protected SDLNormalElement |
ESDLReader.readNormalElement()
Reads the normal element at the current position in the file, and the contained value. |
SDLNormalElement |
SDLElement.getAsNormalElement()
Convenience method for casting this element to the normal type. |
SDLNormalElement |
SDLNormalElement.getNormalElement(String name)
Returns the SDLNormalElement in this element that has the given
name. |
protected SDLNormalElement |
SDLReader.readNormalElement()
Reads the normal element at the current position in the file, and the contained value. |
Methods in kirk.io.sdl with parameters of type SDLNormalElement | |
protected void |
ESDLWriter.writeNormalElement(int indentation,
SDLNormalElement element)
Writes the given SDLNormalElement to the output stream. |
protected void |
SDLWriter.writeNormalElement(SDLNormalElement element)
Writes the given SDLNormalElement to the output stream. |
Constructors in kirk.io.sdl with parameters of type SDLNormalElement | |
SDLNormalElementIterator(SDLNormalElement element,
String name,
int elementtype)
Constructs a new SDLNormalElementIterator working on the given
SDLNormalElement , filtering out all the ones with the given name,
and of the given type. |
|
SDLNormalElementIterator(SDLNormalElement element,
int elementtype)
Constructs a new SDLNormalElementIterator working on the given
SDLNormalElement , filtering out all the ones of the given type. |
|
SDLNormalElementIterator(SDLNormalElement element)
Constructs a new SDLNormalElementIterator working on the given
SDLNormalElement . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |