MindFusion.Java Package Programmer's Guide
XmlPersistContext.addChildElement Method (String, Element)
See Also
 






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

Namespace: com.mindfusion.charting
Package: 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

addChildElement Method Overload List
XmlPersistContext Members
XmlPersistContext Class
com.mindfusion.charting Namespace