public class IlpSlotSizesSAXInfo extends Object implements IlpSAXSerializable
XML serialization class for IlpSlotSizes
.
This class reads and writes the following format:
[<height> [<value>NNN</value>]* </height>] [<width> [<value>NNN</value>]* </width>]where NNN stands for an integer number. The order between <height> and <width> elements is not taken into account, while the order of the <value> elements is meaningful as it corresponds to the slot order.
Modifier and Type | Class and Description |
---|---|
static class |
IlpSlotSizesSAXInfo.IlpSAXSlotSizesHandler
The SAX handler
|
EMPTY_ATTRS
Constructor and Description |
---|
IlpSlotSizesSAXInfo() |
Modifier and Type | Method and Description |
---|---|
IlpSAXAttributeValueHandler |
getSAXHandler()
Returns a SAX handler capable of reading the attribute.
|
void |
output(Object value,
IlpTypeConverter typeConverter,
ContentHandler outputHandler)
Outputs the
value to an SAX ContentHandler. |
public IlpSAXAttributeValueHandler getSAXHandler()
getSAXHandler
in interface IlpSAXSerializable
public void output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler) throws SAXException
value
to an SAX ContentHandler.
The method translates the object as SAX ContentHandler method calls.output
in interface IlpSAXSerializable
value
- The object to output.typeConverter
- The type converter that may be needed to translate
values to a string.outputHandler
- The SAX ContentHandler used by this method.SAXException
IlpTypeConverter.createStringValue(Class,Object)
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.