Tangosol.Run.Xml Namespace |
| Class | Description | |
|---|---|---|
| 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.
| |
| SimpleElementSimpleElementAttributes |
An IDictionary implementation using a
ListDictionary that supports only strings for keys and
IXmlValue for values.
| |
| SimpleElementSimpleElementEnumerator |
Provides an IEnumerator implementation that exposes only
those elements from the element list that match a certain name.
| |
| SimpleElementSimpleElementList |
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.
|
| Interface | Description | |
|---|---|---|
| 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.
| |
| XmlHelperIParameterResolver |
An interface that describes a callback to resolve a substitutable
parameter value.
|
| Enumeration | Description | |
|---|---|---|
| XmlValueType |
Types supported by IXmlValue.
|