public interface IlpSAXSerializable
IlpAttribute
to support a custom serialization.IlpAttribute
,
IlpSAXAttributeValueHandler
Modifier and Type | Field and Description |
---|---|
static Attributes |
EMPTY_ATTRS |
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 . |
static final Attributes EMPTY_ATTRS
AttributesImpl
IlpSAXAttributeValueHandler getSAXHandler()
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.value
- The object to outputtypeConverter
- The type converter that may be needed to translate
values to strings.outputHandler
- The SAX ContentHandler used by this method.SAXException
IlpTypeConverter.createStringValue(Class,Object)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.