See: Description
Interface | Description |
---|---|
IlvActivityReader |
IlvActivityReader defines an activity reader. |
IlvActivityWriter |
IlvActivityWriter defines an activity writer. |
IlvConstraintReader |
IlvConstraintReader defines a constraint reader. |
IlvConstraintWriter |
IlvConstraintWriter defines a constraint writer. |
IlvReservationReader |
IlvResourceReader defines a reservation reader. |
IlvReservationWriter |
IlvReservationWriter defines a reservation writer. |
IlvResourceReader |
IlvResourceReader defines a resource reader. |
IlvResourceWriter |
IlvResourceWriter defines a resource writer. |
IlvSDXLConstants |
The
IlvSDXLConstants interface defines various constant values
used throughout the ilog.views.gantt.xml package. |
Class | Description |
---|---|
IlvGanttDocumentReader |
The
IlvGanttDocumentReader class reads an IlvGanttModel
from an XML document. |
IlvGanttDocumentReader.Context |
The
IlvGanttDocumentReader.Context class is the context
object passed to the IlvActivityReader , IlvResourceReader ,
IlvConstraintReader , and IlvReservationReader when an XML
document is
read
into a Gantt model. |
IlvGanttDocumentWriter |
The
IlvGanttDocumentWriter class writes an IlvGanttModel
to an XML document. |
IlvGanttDocumentWriter.Context |
The
IlvGanttDocumentWriter.Context class is the context object
passed to the IlvActivityWriter , IlvResourceWriter ,
IlvConstraintWriter , and IlvReservationWriter when a Gantt
model is being
written
to an XML document. |
IlvGanttStreamWriter |
This writer writes an XML
Document to an
output stream. |
IlvGeneralActivityReader | |
IlvGeneralActivityWriter |
IlvGeneralActivityWriter writes the attributes and the
properties of an IlvActivity to a given DOM
Element . |
IlvGeneralConstraintReader | |
IlvGeneralConstraintWriter |
IlvGeneralConstraintWriter writes the attributes and the
properties of an IlvConstraint to a given DOM
Element . |
IlvGeneralReservationReader | |
IlvGeneralReservationWriter |
IlvGeneralReservationWriter writes the attributes of an
IlvReservation as well as its properties to a given DOM
Element . |
IlvGeneralResourceReader |
An
IlvGeneralResourceReader reads an
IlvGeneralResource from a given Element . |
IlvGeneralResourceWriter |
IlvGeneralResourceWriter writes the attributes of an
IlvResource as well as its properties to a given DOM
Element . |
IlvSDXLFileConnector |
This class is designed to connect a SDXL file to a Gantt Chart
or an
IlvScheduleChart . |
IlvSimpleActivityReader | |
IlvSimpleActivityWriter | |
IlvSimpleConstraintReader | |
IlvSimpleConstraintWriter | |
IlvSimpleReservationReader | |
IlvSimpleReservationWriter | |
IlvSimpleResourceReader |
An
IlvSimpleResourceReader reads an
IlvSimpleResource from a given Element . |
IlvSimpleResourceWriter | |
IlvTimeReader |
A time reader is capable of reading a
Date
from a string or from an attribute of a given element. |
Exception | Description |
---|---|
IlvGanttReaderException |
This class is used to report exceptions encountered by reading a Gantt
Model from a DOM object.
|
This package contains readers and writers that allow read/write Gantt data from/to org.w3c.dom.Element objects. These readers and writers can be used for serializing Gantt data by means of XML.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.