IXmlValue Interface |
Namespace: Tangosol.Run.Xml
public interface IXmlValue : ICloneable
The IXmlValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | GetBinary |
Get the value as Binary.
|
![]() | GetBinary(Binary) |
Get the value as Binary.
|
![]() | GetBoolean |
Get the value as a boolean.
|
![]() | GetBoolean(Boolean) |
Get the value as a boolean.
|
![]() | GetDateTime |
Get the value as a DateTime.
|
![]() | GetDateTime(DateTime) |
Get the value as a DateTime.
|
![]() | GetDecimal |
Get the value as a decimal.
|
![]() | GetDecimal(Decimal) |
Get the value as a decimal.
|
![]() | GetDouble |
Get the value as a double.
|
![]() | GetDouble(Double) |
Get the value as a double.
|
![]() | GetHashCode |
Provide a hash value for this XML value.
|
![]() | GetInt |
Get the value as an int.
|
![]() | GetInt(Int32) |
Get the value as an int.
|
![]() | GetLong |
Get the value as a long.
|
![]() | GetLong(Int64) |
Get the value as a long.
|
![]() | GetString |
Get the value as a string.
|
![]() | GetString(String) |
Get the value as a string.
|
![]() | 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.
|