Search
XmlContext.addChildElement Method
See Also
 






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

 Overload List

Name Description

XmlContext.addChildElement (String, Node)

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

XmlContext.addChildElement (String, Node, String)

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

 See Also