Click or drag to resize

XmlHelperRemoveElement Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Remove all immediate child elements with the given name.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static int RemoveElement(
	IXmlElement xml,
	string name
)

Parameters

xml
Type: Tangosol.Run.XmlIXmlElement
An IXmlElement.
name
Type: SystemString
Child element name.

Return Value

Type: Int32
The number of removed child elements.
Exceptions
ExceptionCondition
InvalidOperationException If the element is immutable or otherwise cannot remove a child element.
See Also