Click or drag to resize

SimpleElementSimpleElementListCheckElement Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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