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

System.Xml.XmlTextReader Constructor

Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified name table. [Edit]

protected XmlTextReader (XmlNameTable nt)

Parameters

nt
The System.Xml.XmlNameTable to use. [Edit]

Exceptions

TypeReason
ArgumentNullExceptionnt is null. [Edit]

Remarks

The System.Xml.XmlTextReader public constructors call this constructor to initialize the following System.Xml.XmlTextReader properties to the specified values. Derived classes can call this constructor to incorporate this behavior.

PropertyValue
Namespacestrue
NameTablent
Normalizationfalse
ReadStateReadState.Initial
WhitespaceHandlingWhitespaceHandling.All
XmlLangstring.Empty
XmlSpaceXmlSpace.None
XmlResolvernew System.Xml.XmlUrlResolver()
[Edit]

Requirements

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