Search
XmlPersistContext.addChildElement Method
See Also
 






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

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element addChildElement (
    String elementName,
    Element parentElement
)

 Parameters

elementName

The element to add.

parentElement

The parent to which the new node is attached.

 Return Value

The newly created Element.

 See Also