Loads schedule data from an XML document.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public void loadFromXml ( |
A Document instance that allows reading data from the XML document.
RemarksLoads 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