org.fhcrc.cpl.toolbox.proteomics.filehandler
Class ProtXmlReader

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.proteomics.filehandler.ProtXmlReader

public class ProtXmlReader
extends java.lang.Object


Nested Class Summary
static class ProtXmlReader.Peptide
           
static class ProtXmlReader.Protein
           
 class ProtXmlReader.ProteinGroupIterator
           
static class ProtXmlReader.QuantitationRatio
           
 
Constructor Summary
ProtXmlReader(java.io.File file)
           
 
Method Summary
 ProtXmlReader.ProteinGroupIterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtXmlReader

public ProtXmlReader(java.io.File file)
Method Detail

iterator

public ProtXmlReader.ProteinGroupIterator iterator()
                                            throws java.io.FileNotFoundException,
                                                   javax.xml.stream.XMLStreamException
Throws:
java.io.FileNotFoundException
javax.xml.stream.XMLStreamException


Fred Hutchinson Cancer Research Center