DroidDiagram Programmer's Guide
XmlLoader.load Method (InputStream, Object)
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,
    Object target
)

 Parameters

xmlStream

A java.io.InputStream representing a component hierarchy.

target

An object that is declaring the handlers for the events in the code and also used to evaluate expressions.

 Return Value

The root of the loaded hierarchy.

 See Also

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