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






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

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

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

 Parameters

elementName

The desired name of the new node.

parentElement

The parent element of the newly created node.

innerText

The desired value of the new node.

 Return Value

An Element object representing the newly created element.

 See Also