public abstract class AbstractXMLElementReader<P extends XMLReaderStreamDataProvider<? extends AbstractXMLEventReader<P>>> extends Object implements XMLElementReader<P>
Methods implemented here are used commonly by element readers used to process XML formats.
Constructor and Description |
---|
AbstractXMLElementReader() |
Modifier and Type | Method and Description |
---|---|
protected void |
readAttributes(P streamDataProvider,
StartElement element,
String idPrefix,
AttributeInfo... attributeInformation) |
protected void |
readAttributes(P streamDataProvider,
StartElement element,
String idPrefix,
LinkedHashMap<QName,AttributeInfo> attributeInformationMap) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readEvent
public AbstractXMLElementReader()
protected void readAttributes(P streamDataProvider, StartElement element, String idPrefix, AttributeInfo... attributeInformation) throws JPhyloIOReaderException
JPhyloIOReaderException
protected void readAttributes(P streamDataProvider, StartElement element, String idPrefix, LinkedHashMap<QName,AttributeInfo> attributeInformationMap) throws JPhyloIOReaderException
JPhyloIOReaderException