Package org.n52.svalbard.read
Class SubtagReader<T>
- java.lang.Object
-
- org.n52.svalbard.read.XmlReader<T>
-
- org.n52.svalbard.read.SubtagReader<T>
-
- Direct Known Subclasses:
AdminUnitReader,LocatorNameReader,ReportingAuthorityReader,SpellingReader
public abstract class SubtagReader<T> extends XmlReader<T>
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description SubtagReader()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected Tfinish()protected abstract XmlReader<T>getSubtagDelegate()protected abstract QNamegetSubtagName()protected voidread(QName name)
-
-
-
Method Detail
-
getSubtagName
protected abstract QName getSubtagName()
-
read
protected void read(QName name) throws XMLStreamException, DecodingException
- Overrides:
readin classXmlReader<T>- Throws:
XMLStreamExceptionDecodingException
-
-