Show / Hide Table of Contents

Namespace Tangosol.Run.Xml

Classes

IXmlDocumentExtension

An extension to the IXmlDocument to iterate through all nodes and perform task.

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

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.

Enums

XmlValueType

Types supported by IXmlValue.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.