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

The SimpleElement type exposes the following members.

Properties

  NameDescription
AbsolutePath
Get the '/'-delimited path of the element starting from the root element.
Attributes
Get the dictionary of all attributes.
Comment
Get or set the text of any comments that are in the XML element.
ElementList
Get the list of all child elements.
InternalValue
Get or set the internal value of this IXmlValue.
(Inherited from SimpleValue.)
IsAttribute
Determine if this value is an element attribute.
(Inherited from SimpleValue.)
IsContent
Determine if this value is an element's content.
(Inherited from SimpleValue.)
IsEmpty
Determine if the value is empty.
(Inherited from SimpleValue.)
IsMutable
Determine if this value can be modified.
(Inherited from SimpleValue.)
IsNameMutable
Determine if the name can be changed.
Name
Get or set the name of the element.
Parent
Get or set the parent element of this value.
(Inherited from SimpleValue.)
Root
Get the root element.
Value
Get the value as an object.
(Inherited from SimpleValue.)

See Also