|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.gml.dictionary.GMLDictionaryWriter
public class GMLDictionaryWriter
Stream-based writer for GML dictionaries and definitions.
GMLStreamWriter
Constructor Summary | |
---|---|
GMLDictionaryWriter(GMLVersion version,
javax.xml.stream.XMLStreamWriter writer)
Creates a new {link GMLDictionaryWriter instance. |
Method Summary | |
---|---|
void |
write(Definition def)
|
void |
write(Dictionary dict)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GMLDictionaryWriter(GMLVersion version, javax.xml.stream.XMLStreamWriter writer)
GMLDictionaryWriter
instance.
version
- GML version of the output, must not be null
writer
- XML stream used to write the output, must not be null
Method Detail |
---|
public void write(Definition def) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public void write(Dictionary dict) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |