Class DasAnnotationServerResultReader
java.lang.Object
com.compomics.util.pdbfinder.das.readers.DasAnnotationServerResultReader
public class DasAnnotationServerResultReader extends Object
DasAnnotationServerResultReader
- Author:
- Niklaas Colaert
-
Constructor Summary
Constructors Constructor Description DasAnnotationServerResultReader()
Empty default constructorDasAnnotationServerResultReader(String aXml)
Creates a new reader for an XML string. -
Method Summary
Modifier and Type Method Description DasFeature[]
getAllFeatures()
Get all features in the XML string.DasFeature
getNextFeature()
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
-