Package org.n52.svalbard.read
Class GeographicalNameReader
- java.lang.Object
-
- org.n52.svalbard.read.XmlReader<GeographicalName>
-
- org.n52.svalbard.read.GeographicalNameReader
-
public class GeographicalNameReader extends XmlReader<GeographicalName>
-
-
Constructor Summary
Constructors Constructor Description GeographicalNameReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbegin()protected GeographicalNamefinish()protected voidread(QName name)
-
-
-
Method Detail
-
begin
protected void begin()
- Overrides:
beginin classXmlReader<GeographicalName>
-
read
protected void read(QName name) throws XMLStreamException, DecodingException
- Overrides:
readin classXmlReader<GeographicalName>- Throws:
XMLStreamExceptionDecodingException
-
finish
protected GeographicalName finish()
- Specified by:
finishin classXmlReader<GeographicalName>
-
-