Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The SimpleDocument type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddAttribute |
Provides a means to add a new attribute value.
(Inherited from SimpleElement.) | |
| AddElement |
Create a new element and add it as a child element to this
element.
(Inherited from SimpleElement.) | |
| CheckMutable |
Validates that the element is mutable, otherwise throws an
(Overrides SimpleElement..::.CheckMutable()()().) | |
| Clone |
Creates and returns a copy of this SimpleElement.
(Inherited from SimpleElement.) | |
| Convert |
Convert the passed object to the specified type.
(Inherited from SimpleValue.) | |
| EnsureElement |
Ensure that a child element exists.
(Inherited from SimpleElement.) | |
| EnsureType |
Change the type of the internal representation of the IXmlValue.
(Inherited from SimpleValue.) | |
| Equals |
Compare this XML document and all of its contained information
with another XML document for equality.
(Overrides SimpleElement..::.Equals(Object).) | |
Allows an (Inherited from | ||
| FindElement |
Find a child element with the specified '/'-delimited path.
(Inherited from SimpleElement.) | |
| GetAttribute |
Get an attribute value.
(Inherited from SimpleElement.) | |
| GetBinary | Overloaded. | |
| GetBoolean | Overloaded. | |
| GetDateTime | Overloaded. | |
| GetDecimal | Overloaded. | |
| GetDouble | Overloaded. | |
| GetElement |
Get a child element.
(Inherited from SimpleElement.) | |
| GetElements |
Get an enumerator of child elements that have a specific name.
(Inherited from SimpleElement.) | |
| GetHashCode |
Provide a hash value for this XML document and all of its
contained information.
(Overrides SimpleElement..::.GetHashCode()()().) | |
| GetInt | Overloaded. | |
| GetLong | Overloaded. | |
| GetSafeAttribute |
Get an attribute value, and return a temporary value if the
attribute does not exist.
(Inherited from SimpleElement.) | |
| 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 SimpleElement.) | |
| GetString | Overloaded. | |
Gets the (Inherited from | ||
| InstantiateAttribute |
Instantiate an IXmlValue implementation for an
attribute value.
(Inherited from SimpleElement.) | |
| InstantiateAttributes |
Instantiate an IDictionary implementation that will
support the name to value dictionary used to hold attributes.
(Inherited from SimpleElement.) | |
| InstantiateElement |
Instantiate an IXmlElement implementation for an element.
(Inherited from SimpleElement.) | |
| InstantiateElementList |
Instantiate an IList implementation that will hold child
elements.
(Inherited from SimpleElement.) | |
Creates a shallow copy of the current (Inherited from | ||
| ReadExternal |
Restore the contents of a user type instance by reading its state
using the specified IPofReader object.
(Overrides SimpleElement..::.ReadExternal(IPofReader).) | |
| SetAttribute |
Set an attribute value.
(Inherited from SimpleElement.) | |
| SetBinary |
Set the Binary value.
(Inherited from SimpleValue.) | |
| SetBoolean |
Set the boolean value.
(Inherited from SimpleValue.) | |
| SetDateTime |
Set the value as a DateTime.
(Inherited from SimpleValue.) | |
| SetDecimal |
Set the decimal value.
(Inherited from SimpleValue.) | |
| SetDouble |
Set the double value.
(Inherited from SimpleValue.) | |
| SetInt |
Set the int value.
(Inherited from SimpleValue.) | |
| SetLong |
Set the long value.
(Inherited from SimpleValue.) | |
| SetString |
Set the string value.
(Inherited from SimpleValue.) | |
| ToString | Overloaded. | |
| WriteAttributes |
Write the attributes as part of a start tag.
(Inherited from SimpleElement.) | |
| WriteChildren |
Write the element's children.
(Inherited from SimpleElement.) | |
| WriteComment |
Write the comment as it will appear in XML.
(Inherited from SimpleElement.) | |
| WriteEmptyTag |
Write the element as a combined start/end tag.
(Inherited from SimpleElement.) | |
| WriteEndTag |
Write the element's end tag.
(Inherited from SimpleElement.) | |
| WriteExternal |
Save the contents of a POF user type instance by writing its
state using the specified IPofWriter object.
(Overrides SimpleElement..::.WriteExternal(IPofWriter).) | |
| WriteStartTag |
Write the element's start tag.
(Inherited from SimpleElement.) | |
| WriteValue |
Write the value as it will appear in XML.
(Inherited from SimpleElement.) | |
| WriteXml |
Write the XML document, including an XML header and DOCTYPE if
one exists.
(Overrides SimpleElement..::.WriteXml(TextWriter, Boolean).) |