XmlReaderSettings.Reset 方法

定义

将设置类的成员重置为各自的默认值。

public:
 void Reset();
public void Reset ();
member this.Reset : unit -> unit
Public Sub Reset ()

注解

下表显示了 实例 XmlReaderSettings的初始属性值。

属性 初始值
Async false.
CheckCharacters true.
ConformanceLevel Document.
IgnoreComments false.
IgnoreProcessingInstructions false.
IgnoreWhitespace false.
LineNumberOffset 0。
LinePositionOffset 0。
MaxCharactersFromEntities 0 (扩展实体) 的字符数没有限制。
MaxCharactersInDocument 0 (XML 文档) 没有大小限制。
NameTable null.
DtdProcessing Prohibit
ProhibitDtd true. 此属性已过时。 请改用 DtdProcessing。 如果已将 设置为 ProhibitDtd 其默认值 true ,则设置为 DtdProcessingProhibit。 如果已将 ProhibitDtd 设置为 falseDtdProcessingParse
Schemas 空的 XmlSchemaSet 对象。
ValidationFlags ProcessIdentityConstraints.
ValidationType None.
XmlResolver 一个新 XmlUrlResolver 对象。

适用于

另请参阅