Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Contains classes and interfaces providing basic XML related functionality.

Classes

  ClassDescription
Public classIXmlDocumentExtension
An extension to the IXmlDocument to iterate through all nodes and perform task.
Public classSimpleDocument
A simple implementation of the IXmlDocument interface.
Public classSimpleElement
A simple implementation of the IXmlElement interface.
Protected classSimpleElement..::..SimpleElementAttributes
An IDictionary implementation using a ListDictionary that supports only strings for keys and IXmlValue for values.
Protected classSimpleElement..::..SimpleElementEnumerator
Provides an IEnumerator implementation that exposes only those elements from the element list that match a certain name.
Protected classSimpleElement..::..SimpleElementList
An implementation of IList that only supports IXmlElements as the content of the list.
Public classSimpleParser
This class uses the validating System.Xml.XmlReader to load XML into System.Xml.XmlDocument which is then converted to IXmlDocument.
Public classSimpleValue
A simple implementation of the IXmlValue interface.
Public classXmlHelper
This abstract class contains XML manipulation methods.

Interfaces

  InterfaceDescription
Public interfaceIXmlConfigurable
An interface for XML configuration.
Public interfaceIXmlDocument
An interface for XML document access.
Public interfaceIXmlElement
An interface for XML element access.
Public interfaceIXmlValue
An interface for XML element content and element attribute values.
Public interfaceXmlHelper..::..IParameterResolver
An interface that describes a callback to resolve a substitutable parameter value.

Enumerations

  EnumerationDescription
Public enumerationXmlValueType
Types supported by IXmlValue.