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






Adds a new child node with the specified name 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
)

 Parameters

elementName

The desired name of the new node.

parentElement

The parent element of the newly created node.

 Return Value

An Element object representing the newly created element.

 See Also