Search
Schedule.loadFromXml Method
See Also
 






Loads schedule data from an XML document.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void loadFromXml (
    Document document
)

 Parameters

document

A Document instance that allows reading data from the XML document.

 Remarks

Loads schedule items from an XML document previously created by saveToXml. Any data contained in the schedule is discarded before the items stored in the reader are loaded.

 See Also