Share via


XmlParserContext.DocTypeName 속성

정의

문서 형식 선언의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ DocTypeName { System::String ^ get(); void set(System::String ^ value); };
public string DocTypeName { get; set; }
member this.DocTypeName : string with get, set
Public Property DocTypeName As String

속성 값

String

문서 형식 선언의 이름입니다.

설명

이 속성과 함께 PublicId, SystemIdInternalSubset모든 문서 형식 선언 정보를 제공합니다. DTD에 정의된 모든 기본 특성 및 엔터티를 가져올 수 있도록 필요한 DTD 정보를 찾고 로드하는 데 사용됩니다.

적용 대상