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

Contains classes and interfaces providing basic XML related functionality.

Classes

  ClassDescription
SimpleDocument
A simple implementation of the IXmlDocument interface.
SimpleElement
A simple implementation of the IXmlElement interface.
SimpleElement..::.SimpleElementAttributes
An IDictionary implementation using a ListDictionary that supports only strings for keys and IXmlValue for values.
SimpleElement..::.SimpleElementEnumerator
Provides an IEnumerator implementation that exposes only those elements from the element list that match a certain name.
SimpleElement..::.SimpleElementList
An implementation of IList that only supports IXmlElements as the content of the list.
SimpleParser
This class uses the validating System.Xml.XmlReader to load XML into System.Xml.XmlDocument which is then converted to IXmlDocument.
SimpleValue
A simple implementation of the IXmlValue interface.
XmlHelper
This abstract class contains XML manipulation methods.

Interfaces

  InterfaceDescription
IXmlConfigurable
An interface for XML configuration.
IXmlDocument
An interface for XML document access.
IXmlElement
An interface for XML element access.
IXmlValue
An interface for XML element content and element attribute values.
XmlHelper..::.IParameterResolver
An interface that describes a callback to resolve a substitutable parameter value.

Enumerations

  EnumerationDescription
XmlValueType
Types supported by IXmlValue.