Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The IXmlValue type exposes the following members.

Properties

  NameDescription
IsAttribute
Determine if this value is an element attribute.
IsContent
Determine if this value is an element's content.
IsEmpty
Determine if the value is empty.
IsMutable
Determine if this value can be modified.
Parent
Get or set the parent element of this value.
Value
Get the value as an object.

See Also