Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The IXmlElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | IsAttribute |
Determine if this value is an element attribute.
(Inherited from IXmlValue.) |
![]() | IsContent |
Determine if this value is an element's content.
(Inherited from IXmlValue.) |
![]() | IsEmpty |
Determine if the value is empty.
(Inherited from IXmlValue.) |
![]() | IsMutable |
Determine if this value can be modified.
(Inherited from IXmlValue.) |
![]() | Name |
Get or set the name of the element.
|
![]() | Parent |
Get or set the parent element of this value.
(Inherited from IXmlValue.) |
![]() | Root |
Get the root element.
|
![]() | Value |
Get the value as an object.
(Inherited from IXmlValue.) |