edu.ucdenver.ccp.medline.parser
Class PubmedXmlDeserializer

java.lang.Object
  extended by edu.ucdenver.ccp.medline.parser.PubmedXmlDeserializer
All Implemented Interfaces:
Iterator<PubmedArticleBase>

public class PubmedXmlDeserializer
extends Object
implements Iterator<PubmedArticleBase>

Author:
Center for Computational Pharmacology, UC Denver; ccpsupport@ucdenver.edu

Constructor Summary
PubmedXmlDeserializer(InputStream pubmedXmlFileStream)
           
 
Method Summary
 boolean hasNext()
           
 PubmedArticleBase next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PubmedXmlDeserializer

public PubmedXmlDeserializer(InputStream pubmedXmlFileStream)
                      throws FileNotFoundException,
                             IOException
Throws:
FileNotFoundException
IOException
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<PubmedArticleBase>

next

public PubmedArticleBase next()
Specified by:
next in interface Iterator<PubmedArticleBase>

remove

public void remove()
Specified by:
remove in interface Iterator<PubmedArticleBase>


Copyright © 2012. All Rights Reserved.