DroidDiagram Programmer's Guide
XmlLoader.load Method (String)
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 (
    String xml
)

 Parameters

xml

A XML 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