Mono Class Library: System.Xml.XmlTextReader Overview | MembersSystem.Xml.XmlTextReader Constructor |
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified name table. [Edit]
|
- nt
- The System.Xml.XmlNameTable to use. [Edit]
Type Reason ArgumentNullException nt is null. [Edit]
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.
[Edit]
Property Value Namespaces true NameTable nt Normalization false ReadState ReadState.Initial WhitespaceHandling WhitespaceHandling.All XmlLang string.Empty XmlSpace XmlSpace.None XmlResolver new System.Xml.XmlUrlResolver()
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0