public interface ICatalogViewTransformer extends Serializable
ITransformer| Modifier and Type | Method and Description |
|---|---|
void |
catalogsToXML(IContext context,
int view,
OutputStream outputStream)
Converts a view of catalogs to an XML document.
|
void catalogsToXML(IContext context, int view, OutputStream outputStream) throws IOException
context - The execution context.view - The view identifier.outputStream - The OutputStream object.IOException - if an I/O error occurs. In particular,
an IOException may be thrown if the
output stream has been closed.Copyright © 2022 Visiativ. All rights reserved.