public class IlpRelativePointSAXInfo extends IlpPointSAXInfo
IlpRelativePoint
.
This class reads and writes an IlpRelativePoint
in the following format:
<x>FFF</x> <y>FFF</y>where FFF stands for a floating number (a double). The order between <x> and <y> elements is not taken into account.
0.0
.Modifier and Type | Class and Description |
---|---|
static class |
IlpRelativePointSAXInfo.IlpSAXRelativePointHandler |
IlpPointSAXInfo.IlpSAXPointHandler
EMPTY_ATTRS
Constructor and Description |
---|
IlpRelativePointSAXInfo() |
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)
Writes the
value to a SAX ContentHandler. |
public IlpSAXAttributeValueHandler getSAXHandler()
getSAXHandler
in interface IlpSAXSerializable
getSAXHandler
in class IlpPointSAXInfo
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
output
in class IlpPointSAXInfo
value
- The object to write.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.