DroidDiagram Programmer's Guide
XmlLoader.load Method (InputStream)
See Also
 






Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

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

 Syntax

Java  Copy Code

public static ComponentBase load (
    InputStream xmlStream
)

 Parameters

xmlStream

A java.io.InputStream representing a component hierarchy.

 Return Value

The root of the loaded hierarchy.

 See Also

load Method Overload List
XmlLoader Members
XmlLoader Class
com.mindfusion.diagramming.components Namespace