Click or drag to resize

SimpleElementSimpleElementListCheckElement Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Validates the passed IXmlElement, copying the element into a new valid element if necessary.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual IXmlElement CheckElement(
	IXmlElement element
)

Parameters

element
Type: Tangosol.Run.XmlIXmlElement
The element to validate.

Return Value

Type: IXmlElement
The new valid element.
See Also