org.deegree.gml.dictionary
Class GMLDictionaryWriter
java.lang.Object
org.deegree.gml.dictionary.GMLDictionaryWriter
public class GMLDictionaryWriter
- extends Object
Stream-based writer for GML dictionaries and definitions.
- Version:
- $Revision: 21659 $, $Date: 2009-12-23 14:29:54 +0100 (Wed, 23 Dec 2009) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
- See Also:
GMLStreamWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMLDictionaryWriter
public GMLDictionaryWriter(GMLVersion version,
XMLStreamWriter writer)
- Creates a new {link
GMLDictionaryWriter
instance.
- Parameters:
version
- GML version of the output, must not be null
writer
- XML stream used to write the output, must not be null
write
public void write(Definition def)
throws XMLStreamException
- Throws:
XMLStreamException
write
public void write(Dictionary dict)
throws XMLStreamException
- Throws:
XMLStreamException
Copyright © 2011. All Rights Reserved.