다음을 통해 공유


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를 대신 사용하세요. 기본값 trueDtdProcessingProhibit으로 설정한 ProhibitDtd 경우 . 로 설정 ProhibitDtdDtdProcessingParse했다면 .false
Schemas XmlSchemaSet 개체입니다.
ValidationFlags ProcessIdentityConstraints;
ValidationType None;
XmlResolver XmlUrlResolver 개체입니다.

적용 대상

추가 정보