Click or drag to resize

Tangosol.Run.Xml Namespace

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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 classSimpleElementSimpleElementAttributes
An IDictionary implementation using a ListDictionary that supports only strings for keys and IXmlValue for values.
Protected classSimpleElementSimpleElementEnumerator
Provides an IEnumerator implementation that exposes only those elements from the element list that match a certain name.
Protected classSimpleElementSimpleElementList
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 interfaceXmlHelperIParameterResolver
An interface that describes a callback to resolve a substitutable parameter value.
Enumerations
  EnumerationDescription
Public enumerationXmlValueType
Types supported by IXmlValue.