|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.man.documentparser.input.Medline
public class Medline
| Field Summary | |
|---|---|
private org.w3c.dom.NodeList |
citations
|
private int |
nextArticle
|
private int |
numArticles
|
private java.lang.String |
xml
|
| Constructor Summary | |
|---|---|
Medline(java.io.File file)
|
|
Medline(java.lang.String filename)
|
|
Medline(java.lang.StringBuffer data)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.util.Iterator<Document> |
iterator()
|
Document |
next()
|
void |
remove()
|
void |
skip()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private org.w3c.dom.NodeList citations
private int numArticles
private int nextArticle
private java.lang.String xml
| Constructor Detail |
|---|
public Medline(java.lang.String filename)
public Medline(java.lang.StringBuffer data)
public Medline(java.io.File file)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Document>public java.util.Iterator<Document> iterator()
iterator in interface java.lang.Iterable<Document>public Document next()
next in interface java.util.Iterator<Document>public void remove()
remove in interface java.util.Iterator<Document>public void skip()
skip in interface DocumentIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||