public abstract class IlpGeographicPolyPointsSAXInfo extends Object implements IlpSAXSerializable
IlpGeographicPolyPoints
.
This class is used by the SAX Info of the subclasses of
IlpGeographicPolyPoints
.
Modifier and Type | Class and Description |
---|---|
static class |
IlpGeographicPolyPointsSAXInfo.IlpSAXPolyPointsHandler |
EMPTY_ATTRS
Constructor and Description |
---|
IlpGeographicPolyPointsSAXInfo() |
Modifier and Type | Method and Description |
---|---|
abstract IlpSAXAttributeValueHandler |
getSAXHandler()
Returns an SAX handler capable of reading the attribute.
|
void |
output(Object value,
IlpTypeConverter typeConverter,
ContentHandler outputHandler)
Outputs the
value to an SAX ContentHandler. |
public abstract 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 value to be translated.typeConverter
- 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.