System.Xml.XmlImplementation Class

Defines the context for a set of System.Xml.XmlDocument objects.

See Also: XmlImplementation Members

Syntax

public class XmlImplementation

Remarks

XmlDocument objects that are created from the same implementation share the same System.Xml.XmlNameTable. This enables users to compare attribute and element names between the objects more efficiently.

Although the XmlDocument objects share the same implementation, to move nodes from one document to another, you must use the XmlDocument.ImportNode(XmlNode, bool) method.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0