org.deegree.gml.dictionary
Class GMLDictionaryWriter

java.lang.Object
  extended by 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

Constructor Summary
GMLDictionaryWriter(GMLVersion version, 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

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
Method Detail

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.