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
Java Copy Code |
---|
public Element addChildElement ( |
The desired name of the new node.
The parent element of the newly created node.
The desired value of the new node.
An Element object representing the newly created element.