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