Search
TreeViewNode.saveToXml Method
See Also
 

Saves the item content into an XML element.

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

 Syntax

Java  Copy Code

protected void saveToXml (
    Element xmlElement,
    XmlPersistContext context
)

 Parameters

xmlElement

An XmlElement the item's data should be stored into.

context

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

 See Also