Class DasAnnotationServerResultReader
java.lang.Object
com.compomics.util.pdbfinder.das.readers.DasAnnotationServerResultReader
DasAnnotationServerResultReader
- Author:
- Niklaas Colaert
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorCreates a new reader for an XML string. -
Method Summary
Modifier and TypeMethodDescriptionGet all features in the XML string.Get the next feature in the XML string.
-
Constructor Details
-
DasAnnotationServerResultReader
public DasAnnotationServerResultReader()Empty default constructor -
DasAnnotationServerResultReader
Creates a new reader for an XML string.- Parameters:
aXml- the XML string
-
-
Method Details
-
getNextFeature
Get the next feature in the XML string.- Returns:
- the next feature in the XML string
-
getAllFeatures
Get all features in the XML string.- Returns:
- all features in the XML string
-