Package org.mycore.csl
Class MCRItemDataProvider
java.lang.Object
org.mycore.csl.MCRItemDataProvider
- All Implemented Interfaces:
de.undercouch.citeproc.ItemDataProvider
- Direct Known Subclasses:
MCRBibtextItemDataProvider
,MCRListModsItemDataProvider
,MCRModsItemDataProvider
public abstract class MCRItemDataProvider
extends Object
implements de.undercouch.citeproc.ItemDataProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
addContent
(MCRContent content) abstract void
reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.undercouch.citeproc.ItemDataProvider
getIds, retrieveItem
-
Constructor Details
-
MCRItemDataProvider
public MCRItemDataProvider()
-
-
Method Details
-
addContent
- Throws:
IOException
JDOMException
SAXException
-
reset
public abstract void reset()
-