Class ItemHelper
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.data.internal.ItemIdentifyHelper
-
- com.lyncode.xoai.dataprovider.data.internal.ItemHelper
-
public class ItemHelper extends ItemIdentifyHelper
-
-
Constructor Summary
Constructors Constructor Description ItemHelper(Item item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemgetItem()XSLPipelinetoPipeline(boolean omitXMLDeclaration)InputStreamtoStream()-
Methods inherited from class com.lyncode.xoai.dataprovider.data.internal.ItemIdentifyHelper
getSets
-
-
-
-
Constructor Detail
-
ItemHelper
public ItemHelper(Item item)
-
-
Method Detail
-
getItem
public Item getItem()
-
toStream
public InputStream toStream() throws XMLStreamException, WritingXmlException
-
toPipeline
public XSLPipeline toPipeline(boolean omitXMLDeclaration) throws WritingXmlException, XMLStreamException
-
-