public class IlvSimpleReservationWriter extends Object implements IlvReservationWriter
IlvSimpleReservationWriter
writes the attributes of an
IlvSimpleReservation
to a given DOM
Element
.
This writer is used in an IlvGanttDocumentWriter
.Constructor and Description |
---|
IlvSimpleReservationWriter()
Creates an
IlvSimpleReservationWriter . |
Modifier and Type | Method and Description |
---|---|
void |
writeReservation(Element elem,
IlvReservation reservation,
IlvGanttDocumentWriter.Context writeContext)
Writes an
IlvSimpleReservation to a given
Element . |
public IlvSimpleReservationWriter()
IlvSimpleReservationWriter
.public void writeReservation(Element elem, IlvReservation reservation, IlvGanttDocumentWriter.Context writeContext)
IlvSimpleReservation
to a given
Element
. This function writes the attributes of the given
reservation by calling the setAttribute()
method of the
specified Element
.writeReservation
in interface IlvReservationWriter
elem
- The element to write to.reservation
- The reservation to be written.writeContext
- The write context.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.