ilog.cpl.network
Class IlpGeographicPolyPointsSAXInfo
java.lang.Object
ilog.cpl.network.IlpGeographicPolyPointsSAXInfo
- All Implemented Interfaces:
- IlpSAXSerializable
- Direct Known Subclasses:
- IlpGeographicPolygonSAXInfo, IlpGeographicPolylineSAXInfo
public abstract class IlpGeographicPolyPointsSAXInfo
- extends Object
- implements IlpSAXSerializable
XML Serialization class for IlpGeographicPolyPoints.
This class is used by the SAX Info of the subclasses of
IlpGeographicPolyPoints.
- Since:
- JTGO 3.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlpGeographicPolyPointsSAXInfo
public IlpGeographicPolyPointsSAXInfo()
getSAXHandler
public abstract IlpSAXAttributeValueHandler getSAXHandler()
- Returns an SAX handler capable of reading the attribute.
The returned SAX handler should either be a new one each time this method
is called, or at least there should be one instance for each thread.
- Specified by:
getSAXHandler in interface IlpSAXSerializable
- Returns:
- A handler for SAX events.
output
public void output(Object value,
IlpTypeConverter typeConverter,
ContentHandler outputHandler)
throws SAXException
- Outputs the
value to an SAX ContentHandler.
The method translates the object as SAX ContentHandler method calls.
- Specified by:
output in interface IlpSAXSerializable
- Parameters:
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.
- Throws:
SAXException- See Also:
IlpTypeConverter.createStringValue(Class,Object)
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.