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

The IXmlDocument type exposes the following members.

Properties

  NameDescription
AbsolutePath
Get the '/'-delimited path of the element starting from the root element.
(Inherited from IXmlElement.)
Attributes
Get the dictionary of all attributes.
(Inherited from IXmlElement.)
Comment
Get or set the text of any comments that are in the XML element.
(Inherited from IXmlElement.)
DocumentComment
Get or set the XML comment that appears outside of the root element.
DtdName
Get or set the public identifier of the DTD (DOCTYPE) for the document.
DtdUri
Get or set the URI of the DTD (DOCTYPE) for the document.
ElementList
Get the list of all child elements.
(Inherited from IXmlElement.)
Encoding
Get or set the encoding string for the XML document.
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.
(Inherited from IXmlElement.)
Parent
Get or set the parent element of this value.
(Inherited from IXmlValue.)
Root
Get the root element.
(Inherited from IXmlElement.)
Value
Get the value as an object.
(Inherited from IXmlValue.)

See Also