Package | Description |
---|---|
info.bioinfweb.jphyloio.formats.xml.elementreaders |
Contains general (abstract) implementations of
XMLElementReader used by
readers of XML formats. |
info.bioinfweb.jphyloio.formats.xtg |
Contains classes for reading from and writing to streams/files in XTG format.
|
Modifier and Type | Method and Description |
---|---|
java.util.LinkedHashMap<javax.xml.namespace.QName,AttributeInfo> |
XMLStartElementReader.getAttributeInformationMap() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractXMLElementReader.readAttributes(P streamDataProvider,
javax.xml.stream.events.StartElement element,
java.lang.String idPrefix,
AttributeInfo... attributeInformation) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractXMLElementReader.readAttributes(P streamDataProvider,
javax.xml.stream.events.StartElement element,
java.lang.String idPrefix,
java.util.LinkedHashMap<javax.xml.namespace.QName,AttributeInfo> attributeInformationMap) |
Constructor and Description |
---|
XMLStartElementReader(javax.xml.namespace.QName literalPredicate,
javax.xml.namespace.QName resourcePredicate,
URIOrStringIdentifier datatype,
boolean isEdgeMeta,
AttributeInfo... attributeInformation) |
Constructor and Description |
---|
XTGFormattedTextElementReader(javax.xml.namespace.QName literalPredicate,
javax.xml.namespace.QName resourcePredicate,
URIOrStringIdentifier datatype,
boolean isEdgeMeta,
AttributeInfo... attributeInformation) |