com.compomics.util.pdbfinder.das.readers
Class DasAnnotationServerResultReader

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

public class DasAnnotationServerResultReader
extends Object

Created by IntelliJ IDEA. User: Niklaas Colaert Date: 22-jan-2008 Time: 14:07:28


Constructor Summary
DasAnnotationServerResultReader(String aXml)
          Creates a new reader for an xml string.
 
Method Summary
 DasFeature[] getAllFeatures()
          Get all features in the xml string.
 DasFeature getNextFeature()
          Get the next feature in the xml string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DasAnnotationServerResultReader

public DasAnnotationServerResultReader(String aXml)
Creates a new reader for an xml string.

Parameters:
aXml -
Method Detail

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


Copyright © 2013. All Rights Reserved.