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

The IXmlDocument type exposes the following members.

Methods

  NameDescription
AddAttribute
Provides a means to add a new attribute value.
(Inherited from IXmlElement.)
AddElement
Create a new element and add it as a child element to this element.
(Inherited from IXmlElement.)
Clone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
EnsureElement
Ensure that a child element exists.
(Inherited from IXmlElement.)
Equals
Compare this XML value with another XML value for equality.
(Inherited from IXmlValue.)
FindElement
Find a child element with the specified '/'-delimited path.
(Inherited from IXmlElement.)
GetAttribute
Get an attribute value.
(Inherited from IXmlElement.)
GetBinaryOverloaded.
GetBooleanOverloaded.
GetDateTimeOverloaded.
GetDecimalOverloaded.
GetDoubleOverloaded.
GetElement
Get a child element.
(Inherited from IXmlElement.)
GetElements
Get an enumerator of child elements that have a specific name.
(Inherited from IXmlElement.)
GetHashCode
Provide a hash value for this XML value.
(Inherited from IXmlValue.)
GetIntOverloaded.
GetLongOverloaded.
GetSafeAttribute
Get an attribute value, and return a temporary value if the attribute does not exist.
(Inherited from IXmlElement.)
GetSafeElement
Return the specified child element using the same path notation as supported by FindElement(String), but return a read-only element if the specified element does not exist.
(Inherited from IXmlElement.)
GetStringOverloaded.
SetAttribute
Set an attribute value.
(Inherited from IXmlElement.)
SetBinary
Set the Binary value.
(Inherited from IXmlValue.)
SetBoolean
Set the boolean value.
(Inherited from IXmlValue.)
SetDateTime
Set the value as a DateTime.
(Inherited from IXmlValue.)
SetDecimal
Set the decimal value.
(Inherited from IXmlValue.)
SetDouble
Set the double value.
(Inherited from IXmlValue.)
SetInt
Set the int value.
(Inherited from IXmlValue.)
SetLong
Set the long value.
(Inherited from IXmlValue.)
SetString
Set the string value.
(Inherited from IXmlValue.)
ToString
Format the XML value into a string in a display format.
(Inherited from IXmlValue.)
WriteValue
Write the value as it will appear in XML.
(Inherited from IXmlValue.)
WriteXml
Write the element as it will appear in XML.
(Inherited from IXmlElement.)

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