Search
LocalizationInfo.saveToXml Method (Document)
See Also
 






Saves the localization info to an XML document.

Namespace: com.mindfusion.scheduling.standardforms
Package: com.mindfusion.scheduling.standardforms

 Syntax

Java  Copy Code

public void saveToXml (
    Document document
)

 Parameters

document

An org.w3c.dom.Document to save to.

 Remarks

Call loadFromXml to restore the localization info later.

 See Also