Mono Class Library: System.Xml.XmlDocument Overview | Members

System.Xml.XmlDocument Constructor

Creates a new object of this type, with the argument System.Xml.XmlNameTable as its XmlDocument.NameTable. [Edit]

public XmlDocument (XmlNameTable nt)

Parameters

nt
An System.Xml.XmlNameTable object to store name strings. [Edit]

Remarks

Creates a new document object, using argument System.Xml.XmlNameTable as its XmlDocument.NameTable property.

The XmlNameTable is added some name strings used in the document object model, such as "#element" (node names), "xml", "lang" and "space" (predefined xml attributes).

[Edit]

Requirements

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