edu.ucdenver.ccp.medline.parser
Class MedlineXmlDeserializer

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

public class MedlineXmlDeserializer
extends Object
implements Iterator<Object>

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

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

Constructor Detail

MedlineXmlDeserializer

public MedlineXmlDeserializer(InputStream medlineXmlFileStream)
                       throws FileNotFoundException,
                              IOException
Throws:
FileNotFoundException
IOException
Method Detail

hasNext

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

next

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

remove

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


Copyright © 2012. All Rights Reserved.