public abstract class IlpPolyPointsSAXInfo extends Object implements IlpSAXSerializable
IlpPolyPoints
.
This class is used by the SAX Info of IlpPolyPoints
subclasses.Modifier and Type | Class and Description |
---|---|
static class |
IlpPolyPointsSAXInfo.IlpSAXPolyPointsHandler |
EMPTY_ATTRS
Constructor and Description |
---|
IlpPolyPointsSAXInfo() |
Modifier and Type | Method and Description |
---|---|
abstract IlpSAXAttributeValueHandler |
getSAXHandler()
Returns a SAX handler capable of reading the attribute.
|
void |
output(Object value,
IlpTypeConverter typeConverter,
ContentHandler outputHandler)
Writes the
value to a SAX ContentHandler. |
public abstract IlpSAXAttributeValueHandler getSAXHandler()
getSAXHandler
in interface IlpSAXSerializable
public void output(Object value, IlpTypeConverter typeConverter, ContentHandler outputHandler) throws SAXException
value
to a SAX ContentHandler.
The method translates the object to SAX ContentHandler method calls.output
in interface IlpSAXSerializable
typeConverter
- The type converter that may be needed to translate
values to strings.outputHandler
- The SAX ContentHandler used by this method.value
- The object to outputSAXException
IlpTypeConverter.createStringValue(Class,Object)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.