MindFusion.Java Package Programmer's Guide
SvgNode.loadFromXml Method
See Also
 






Loads the node's content from an XML element.

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

 Syntax

Java  Copy Code

protected void loadFromXml (
    Element xmlElement,
    XmlPersistContext context
)

 Parameters

xmlElement

An Element containing the item's data.

context

An XmlPersistContext object providing contextual information about the serialization process and helper serialization methods.

 See Also

SvgNode Members
SvgNode Class
com.mindfusion.diagramming Namespace