IXmlElementAddElement Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create a new element and add it as a child element to this
element.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
SyntaxIXmlElement AddElement(
string name
)
Parameters
- name
- Type: SystemString
The name for the new element.
Return Value
Type:
IXmlElement
The new IXmlElement object.
Exceptions
Remarks
This is a convenience method. Elements are accessed and
manipulated via the list returned from
ElementList.
See Also