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