Search
XmlContext.addChildElement Method (String, Node, String)
See Also
 






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

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Element addChildElement (
    String elementName,
    Node parentNode,
    String innerText
)

 Parameters

elementName

parentNode

innerText

 Return Value

 See Also