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