Click or drag to resize

IXmlDocumentExtension Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
An extension to the IXmlDocument to iterate through all nodes and perform task.
Inheritance Hierarchy
SystemObject
  Tangosol.Run.XmlIXmlDocumentExtension

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static class IXmlDocumentExtension

The IXmlDocumentExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIterateThroughAllNodes
Takes an IXmlDocument and iterate through all nodes to perform action on each node.
Top
See Also