public class ExportDataProviderImpl extends java.lang.Object implements ExportDataProvider
| Constructor and Description |
|---|
ExportDataProviderImpl(byte[] data) |
ExportDataProviderImpl(java.io.File input) |
| Modifier and Type | Method and Description |
|---|---|
Element |
getElementById(java.lang.String id) |
Element |
getExportedItemWithEnclosed(java.lang.String id) |
java.lang.String |
getExportertTypeById(java.lang.String id) |
java.io.InputStream |
getXmlStream() |
public ExportDataProviderImpl(java.io.File input)
public ExportDataProviderImpl(byte[] data)
public java.io.InputStream getXmlStream()
getXmlStream in interface ExportDataProviderpublic Element getElementById(java.lang.String id)
getElementById in interface ExportDataProviderpublic java.lang.String getExportertTypeById(java.lang.String id)
getExportertTypeById in interface ExportDataProviderpublic Element getExportedItemWithEnclosed(java.lang.String id)
getExportedItemWithEnclosed in interface ExportDataProvider