DroidDiagram Programmer's Guide
DiagramDocument.saveToXml Method (OutputStream, 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 (
    OutputStream stream,
    boolean includeUnalteredProperties
)

 Parameters

stream

A java.io.OutputStream where the XML markup should be serialized.

includeUnalteredProperties

 See Also

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