Package org.n52.svalbard.read
Class ListReader<T>
- java.lang.Object
-
- org.n52.svalbard.read.XmlReader<List<T>>
-
- org.n52.svalbard.read.ListReader<T>
-
-
Constructor Summary
Constructors Constructor Description ListReader()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidbegin()protected List<T>finish()protected abstract XmlReader<T>getMemberDelegate()protected abstract QNamegetMemberName()protected voidread(QName name)
-
-
-
Method Detail
-
getMemberName
protected abstract QName getMemberName()
-
begin
protected void begin() throws XMLStreamException, DecodingException- Overrides:
beginin classXmlReader<List<T>>- Throws:
XMLStreamExceptionDecodingException
-
read
protected void read(QName name) throws XMLStreamException, DecodingException
- Overrides:
readin classXmlReader<List<T>>- Throws:
XMLStreamExceptionDecodingException
-
-