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
SyntaxJava
Copy Code
|
|---|
public static ComponentBase load ( |
The XmlDocument to load from.
An object that is declaring the handlers for the events in the code and also used to evaluate expressions.
The root of the loaded hierarchy.
See Also