public static interface IlvChartConfiguration.IlvDataSourceXMLSerializer
IlvDataSource
serializer. A serializer is
responsible for writing and reading an IlvDataSource
into an
XML stream.Modifier and Type | Method and Description |
---|---|
IlvDataSource |
createDataSource()
Returns a new
IlvDataSource instance in its default state. |
IlvDataSource |
read(Element elt,
IlvDataSource dataSource,
URL projectURL)
Initializes the specified
IlvDataSource from the given
Element . |
void |
write(Element elt,
IlvDataSource dataSource,
URL projectURL)
Writes the specified
IlvDataSource into the given
Element . |
IlvDataSource createDataSource()
IlvDataSource
instance in its default state.void write(Element elt, IlvDataSource dataSource, URL projectURL) throws Exception
IlvDataSource
into the given
Element
.Exception
IlvDataSource read(Element elt, IlvDataSource dataSource, URL projectURL) throws Exception
IlvDataSource
from the given
Element
.Exception
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.