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