Search
XmlPersistContext.addChildElement Method (String, Element)
See Also
 

Adds a new child node with the specified name to the specified parent node.

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

 Syntax

Java  Copy Code

public Element addChildElement (
    String elementName,
    Element parentElement
)

 Parameters

elementName

parentElement

 Return Value

 See Also