public class IlpSAXArrayWriter extends Object
This class writes an array in the format described in
IlpSAXArrayHandler
Constructor and Description |
---|
IlpSAXArrayWriter(IlpTypeConverter typeConverter)
Creates a new array writer.
|
Modifier and Type | Method and Description |
---|---|
void |
outputArray(Object array,
Class globalComponentType,
ContentHandler handler)
Writes the array.
|
public IlpSAXArrayWriter(IlpTypeConverter typeConverter)
typeConverter
- The type converter.public void outputArray(Object array, Class globalComponentType, ContentHandler handler) throws SAXException
array
- The array to be written. It must be a Java array.globalComponentType
- The component type of the array.handler
- The handler that will receive the notifications that
correspond to the array.SAXException
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.