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

The IXmlValue type exposes the following members.

Methods

  NameDescription
Clone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Equals
Compare this XML value with another XML value for equality.
GetBinaryOverloaded.
GetBooleanOverloaded.
GetDateTimeOverloaded.
GetDecimalOverloaded.
GetDoubleOverloaded.
GetHashCode
Provide a hash value for this XML value.
GetIntOverloaded.
GetLongOverloaded.
GetStringOverloaded.
SetBinary
Set the Binary value.
SetBoolean
Set the boolean value.
SetDateTime
Set the value as a DateTime.
SetDecimal
Set the decimal value.
SetDouble
Set the double value.
SetInt
Set the int value.
SetLong
Set the long value.
SetString
Set the string value.
ToString
Format the XML value into a string in a display format.
WriteValue
Write the value as it will appear in XML.

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