org.deegree.gml.dictionary
Class GMLDictionaryReader

java.lang.Object
  extended by org.deegree.gml.dictionary.GMLDictionaryReader

public class GMLDictionaryReader
extends Object

Stream-based reader for GML dictionaries and definitions.

Version:
$Revision: 31639 $, $Date: 2011-08-24 21:02:10 +0200 (Wed, 24 Aug 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $
See Also:
GMLStreamReader

Constructor Summary
GMLDictionaryReader(GMLVersion version, XMLStreamReader xmlStream, GMLDocumentIdContext idContext)
           
 
Method Summary
 Definition read()
           
 Dictionary readDictionary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMLDictionaryReader

public GMLDictionaryReader(GMLVersion version,
                           XMLStreamReader xmlStream,
                           GMLDocumentIdContext idContext)
Method Detail

read

public Definition read()
                throws XMLStreamException
Throws:
XMLStreamException

readDictionary

public Dictionary readDictionary()
                          throws XMLStreamException
Throws:
XMLStreamException


Copyright © 2011. All Rights Reserved.