Search
XmlPersistContext.saveHeaderToXml Method
See Also
 

Saves the specified lane header to the underlying document under the specified name.

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

 Syntax

Java  Copy Code

public void saveHeaderToXml (
    Header header,
    Element collectionElement,
    String elementName
)

 Parameters

header

collectionElement

elementName

 See Also