System::Xml::XmlDocument::CreateDocumentType 메서드

XmlDocument::CreateDocumentType method

새로운 XmlDocumentType 객체를 반환합니다.

virtual SharedPtr<XmlDocumentType> System::Xml::XmlDocument::CreateDocumentType(const String &name, const String &publicId, const String &systemId, const String &internalSubset)
매개변수형식설명
nameconst String&문서 유형의 이름.
publicIdconst String&문서 유형의 공개 식별자 또는 nullptr 입니다. 공개 URI와 시스템 식별자를 지정하여 외부 DTD 하위 집합의 위치를 식별할 수 있습니다.
systemIdconst String&문서 유형의 시스템 식별자 또는 nullptr 입니다. 외부 DTD 하위 집합의 파일 위치 URL을 지정합니다.
internalSubsetconst String&문서 유형의 DTD 내부 하위 집합 또는 nullptr 입니다.

ReturnValue

새로운 XmlDocumentType.

또 보기