DroidDiagram Programmer's Guide
Diagram.saveToXml Method (Document, boolean)
See Also
 






Saves the diagram to the specified XML document.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void saveToXml (
    Document document,
    boolean includeUnalteredProperties
)

 Parameters

document

A DOM Document object where the diagram should be saved.

includeUnalteredProperties
true to serialize all properties; false to serialize only properties with non-default values.

 See Also

saveToXml Method Overload List
Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace