|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.soton.harvester.CitationOutput | +--uk.ac.soton.harvester.XMLOutput
XMLOutput puts the citation data onto the specified printwriter in XML format.
Fields inherited from class uk.ac.soton.harvester.CitationOutput |
author,
date,
ds,
iss,
misc,
pages,
place,
pub,
publish,
rest,
tit,
vol,
xxxid |
Constructor Summary | |
(package private) |
XMLOutput(DeciterState ds)
|
Method Summary | |
(package private) java.lang.String |
output(java.io.PrintWriter out)
output renders the citation onto an output file according to some format. |
(package private) void |
post(java.io.PrintWriter out)
post allows the outputter to emit a footer or postamble for the article citations as a body. |
(package private) void |
pre(java.io.PrintWriter out)
pre allows the outputter to emit a header or preamble for the article citations as a body. |
Methods inherited from class uk.ac.soton.harvester.CitationOutput |
detag,
prepare,
setDeciterState,
splitAuthors,
splitPages |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
XMLOutput(DeciterState ds)
Method Detail |
void pre(java.io.PrintWriter out)
out
- the PrintWriter output streamvoid post(java.io.PrintWriter out)
out
- the PrintWriter output streamjava.lang.String output(java.io.PrintWriter out)
out
- PrintWriter destination
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |