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