Search
XmlPersistContext.addChildElement Method
See Also
 






Adds a new child node with the specified name, inner text and value to the specified parent node.

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

 Syntax

Java  Copy Code

public Element addChildElement (
    String elementName,
    Element parentElement,
    String innerText
)

 Parameters

elementName

The name of the element to add.

parentElement

The parent element.

innerText

Inner text for the new node.

 Return Value

The newly created Element.

 See Also