Class DasAnnotationServerResultReader

java.lang.Object
com.compomics.util.pdbfinder.das.readers.DasAnnotationServerResultReader

public class DasAnnotationServerResultReader extends Object
DasAnnotationServerResultReader
Author:
Niklaas Colaert
  • Constructor Details

    • DasAnnotationServerResultReader

      public DasAnnotationServerResultReader()
      Empty default constructor
    • DasAnnotationServerResultReader

      public DasAnnotationServerResultReader(String aXml)
      Creates a new reader for an XML string.
      Parameters:
      aXml - the XML string
  • Method Details

    • getNextFeature

      public DasFeature getNextFeature()
      Get the next feature in the XML string.
      Returns:
      the next feature in the XML string
    • getAllFeatures

      public DasFeature[] getAllFeatures()
      Get all features in the XML string.
      Returns:
      all features in the XML string