Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The SimpleDocument type exposes the following members.

Constructors

  NameDescription
Public methodSimpleDocument()()()()
Construct an empty SimpleDocument.
Public methodSimpleDocument(String)
Construct a SimpleDocument.
Public methodSimpleDocument(String, String, String)
Construct a SimpleDocument.

Methods

  NameDescription
Public methodAddAttribute
Provides a means to add a new attribute value.
(Inherited from SimpleElement.)
Public methodAddElement
Create a new element and add it as a child element to this element.
(Inherited from SimpleElement.)
Protected methodCheckMutable
Validates that the element is mutable, otherwise throws an InvalidOperationException.
(Overrides SimpleElement..::..CheckMutable()()()().)
Public methodClone
Creates and returns a copy of this SimpleElement.
(Inherited from SimpleElement.)
Protected methodConvert
Convert the passed object to the specified type.
(Inherited from SimpleValue.)
Public methodEnsureElement
Ensure that a child element exists.
(Inherited from SimpleElement.)
Protected methodEnsureType
Change the type of the internal representation of the IXmlValue.
(Inherited from SimpleValue.)
Public methodEquals
Compare this XML document and all of its contained information with another XML document for equality.
(Overrides SimpleElement..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindElement
Find a child element with the specified '/'-delimited path.
(Inherited from SimpleElement.)
Public methodGetAttribute
Get an attribute value.
(Inherited from SimpleElement.)
Public methodGetBinary()()()()
Get the value as Binary.
(Inherited from SimpleValue.)
Public methodGetBinary(Binary)
Get the value as Binary.
(Inherited from SimpleValue.)
Public methodGetBoolean()()()()
Get the value as a boolean.
(Inherited from SimpleValue.)
Public methodGetBoolean(Boolean)
Get the value as a boolean.
(Inherited from SimpleValue.)
Public methodGetDateTime()()()()
Get the value as a DateTime.
(Inherited from SimpleValue.)
Public methodGetDateTime(DateTime)
Get the value as a DateTime.
(Inherited from SimpleValue.)
Public methodGetDecimal()()()()
Get the value as a decimal.
(Inherited from SimpleValue.)
Public methodGetDecimal(Decimal)
Get the value as a Decimal.
(Inherited from SimpleValue.)
Public methodGetDouble()()()()
Get the value as a double.
(Inherited from SimpleValue.)
Public methodGetDouble(Double)
Get the value as a double.
(Inherited from SimpleValue.)
Public methodGetElement
Get a child element.
(Inherited from SimpleElement.)
Public methodGetElements
Get an enumerator of child elements that have a specific name.
(Inherited from SimpleElement.)
Public methodGetHashCode
Provide a hash value for this XML document and all of its contained information.
(Overrides SimpleElement..::..GetHashCode()()()().)
Public methodGetInt()()()()
Get the value as an int.
(Inherited from SimpleValue.)
Public methodGetInt(Int32)
Get the value as an int.
(Inherited from SimpleValue.)
Public methodGetLong()()()()
Get the value as a long.
(Inherited from SimpleValue.)
Public methodGetLong(Int64)
Get the value as a long.
(Inherited from SimpleValue.)
Public methodGetSafeAttribute
Get an attribute value, and return a temporary value if the attribute does not exist.
(Inherited from SimpleElement.)
Public methodGetSafeElement
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 SimpleElement.)
Public methodGetString()()()()
Get the value as a string.
(Inherited from SimpleValue.)
Public methodGetString(String)
Get the value as a string.
(Inherited from SimpleValue.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInstantiateAttribute
Instantiate an IXmlValue implementation for an attribute value.
(Inherited from SimpleElement.)
Protected methodInstantiateAttributes
Instantiate an IDictionary implementation that will support the name to value dictionary used to hold attributes.
(Inherited from SimpleElement.)
Protected methodInstantiateElement
Instantiate an IXmlElement implementation for an element.
(Inherited from SimpleElement.)
Protected methodInstantiateElementList
Instantiate an IList implementation that will hold child elements.
(Inherited from SimpleElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadExternal
Restore the contents of a user type instance by reading its state using the specified IPofReader object.
(Overrides SimpleElement..::..ReadExternal(IPofReader).)
Public methodSetAttribute
Set an attribute value.
(Inherited from SimpleElement.)
Public methodSetBinary
Set the Binary value.
(Inherited from SimpleValue.)
Public methodSetBoolean
Set the boolean value.
(Inherited from SimpleValue.)
Public methodSetDateTime
Set the value as a DateTime.
(Inherited from SimpleValue.)
Public methodSetDecimal
Set the decimal value.
(Inherited from SimpleValue.)
Public methodSetDouble
Set the double value.
(Inherited from SimpleValue.)
Public methodSetInt
Set the int value.
(Inherited from SimpleValue.)
Public methodSetLong
Set the long value.
(Inherited from SimpleValue.)
Public methodSetString
Set the string value.
(Inherited from SimpleValue.)
Public methodToString()()()()
Format the XML element and all its contained information into a string in a display format.
(Inherited from SimpleElement.)
Public methodToString(Boolean)
Format the XML element and all its contained information into a string in a display format.
(Inherited from SimpleElement.)
Protected methodWriteAttributes
Write the attributes as part of a start tag.
(Inherited from SimpleElement.)
Protected methodWriteChildren
Write the element's children.
(Inherited from SimpleElement.)
Protected methodWriteComment
Write the comment as it will appear in XML.
(Inherited from SimpleElement.)
Protected methodWriteEmptyTag
Write the element as a combined start/end tag.
(Inherited from SimpleElement.)
Protected methodWriteEndTag
Write the element's end tag.
(Inherited from SimpleElement.)
Public methodWriteExternal
Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.
(Overrides SimpleElement..::..WriteExternal(IPofWriter).)
Protected methodWriteStartTag
Write the element's start tag.
(Inherited from SimpleElement.)
Public methodWriteValue
Write the value as it will appear in XML.
(Inherited from SimpleElement.)
Public methodWriteXml
Write the XML document, including an XML header and DOCTYPE if one exists.
(Overrides SimpleElement..::..WriteXml(TextWriter, Boolean).)

Extension Methods

  NameDescription
Public Extension MethodIterateThroughAllNodes
Takes an IXmlDocument and iterate through all nodes to perform action on each node.
(Defined by IXmlDocumentExtension.)

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