Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Tangosol.Run.Xml
XmlHelper Class
XmlHelper Methods
AddElements Method
Convert Method
ConvertDocument Method
ConvertElement Method
CreateDelegate(TDel) Method
CreateInstance Method
DecodeAttribute Method
DecodeContent Method
DecodeUri Method
EncodeAttribute Method
EncodeContent Method
EncodeUri Method
EnsureElement Method
EnsureNamespace Method
EqualsElement Method
EqualsValue Method
FindElement Method
GetAbsolutePath Method
GetAttribute Method
GetElement Method
GetElements Method
GetNamespacePrefix Method
GetNamespaceUri Method
GetUniversalName Method
HashElement Method
HashValue Method
IsCommentValid Method
IsElementMatch Method
IsEmpty Method
IsEncodingValid Method
IsInstanceConfigEmpty Method
IsNameMatch Method
IsNameValid Method
IsPublicIdentifierValid Method
IsSystemIdentifierValid Method
IsWhitespace Method
LoadResource Method
LoadXml Method
LookupXmlValueType Method
OverrideElement Method
ParseInitParams Method
ParseMemorySize Method
ParseTime Method
PurgeChildrenNamespace Method
PurgeNamespace Method
Quote Method
RemoveElement Method
ReplaceElement Method
TransformInitParams Method
Trim Method
Trimb Method
Trimf Method
XmlHelper
RemoveElement Method
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14
c
(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#
Copy
public
static
int
RemoveElement
(
IXmlElement
xml
,
string
name
)
Parameters
xml
Type:
Tangosol.Run.Xml
IXmlElement
An
IXmlElement
.
name
Type:
System
String
Child element name.
Return Value
Type:
Int32
The number of removed child elements.
Exceptions
Exception
Condition
InvalidOperationException
If the element is immutable or otherwise cannot remove a child element.
See Also
Reference
XmlHelper Class
Tangosol.Run.Xml Namespace
Copyright © 2000, 2024, Oracle and/or its affiliates. All rights reserved.