Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01

The SimpleDocument type exposes the following members.

Properties

  NameDescription
Public propertyAbsolutePath
Get the '/'-delimited path of the element starting from the root element.
(Inherited from SimpleElement.)
Public propertyAttributes
Get the dictionary of all attributes.
(Inherited from SimpleElement.)
Public propertyComment
Get or set the text of any comments that are in the XML element.
(Inherited from SimpleElement.)
Public propertyDocumentComment
Get or set the XML comment that appears outside of the root element.
Public propertyDtdName
Get or set the public identifier of the DTD (DOCTYPE) for the document.
Public propertyDtdUri
Get or set the URI of the DTD (DOCTYPE) for the document.
Public propertyElementList
Get the list of all child elements.
(Inherited from SimpleElement.)
Public propertyEncoding
Get or set the encoding string for the XML document.
Protected propertyInternalValue
Get or set the internal value of this IXmlValue.
(Inherited from SimpleValue.)
Public propertyIsAttribute
Determine if this value is an element attribute.
(Inherited from SimpleValue.)
Public propertyIsContent
Determine if this value is an element's content.
(Inherited from SimpleValue.)
Public propertyIsEmpty
Determine if the value is empty.
(Inherited from SimpleValue.)
Public propertyIsMutable
Determine if this value can be modified.
(Inherited from SimpleValue.)
Protected propertyIsNameMutable
Determine if the name can be changed.
(Inherited from SimpleElement.)
Public propertyName
Get or set the name of the element.
(Inherited from SimpleElement.)
Public propertyParent
Get or set the parent element of this value.
(Inherited from SimpleValue.)
Public propertyRoot
Get the root element.
(Inherited from SimpleElement.)
Public propertyValue
Get the value as an object.
(Inherited from SimpleValue.)

See Also