org.deegree.gml.dictionary
Class GMLDictionaryReader

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

public class GMLDictionaryReader
extends java.lang.Object

Stream-based reader for GML dictionaries and definitions.

Version:
$Revision: 25396 $, $Date: 2010-07-15 17:36:33 +0200 (Do, 15. Jul 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $
See Also:
GMLStreamReader

Constructor Summary
GMLDictionaryReader(GMLVersion version, javax.xml.stream.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,
                           javax.xml.stream.XMLStreamReader xmlStream,
                           GMLDocumentIdContext idContext)
Method Detail

read

public Definition read()
                throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

readDictionary

public Dictionary readDictionary()
                          throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2011. All Rights Reserved.