Class PubMedXMLParser
java.lang.Object
ubic.gemma.core.loader.entrez.pubmed.PubMedXMLParser
Simple class to parse XML in the format defined by
ncbi. The resulting
BibliographicReference object is
associated with (transient) DatabaseEntry, in turn to a (transient) ExternalDatabase and MeSH.
- Author:
- pavlidis
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
extractPublisher
(BibliographicReference bibRef, Node item) static Collection
<BibliographicReference> parse
(InputStream is) static void
processContributionDate
(Node item, BibliographicReference bibRef)
-
Field Details
-
log
protected static final org.apache.commons.logging.Log log
-
-
Constructor Details
-
PubMedXMLParser
public PubMedXMLParser()
-
-
Method Details
-
parse
- Throws:
IOException
-
processContributionDate
-
extractPublisher
-