Search
Diagram.loadFromXml Method (InputSource)
See Also
 

Loads the contents of the XML diagram document.

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

 Syntax

Java  Copy Code

public void loadFromXml (
    InputSource source
)

 Parameters

source

An InputSource where the XML markup should be read from.

 See Also