Document.CreateDocumentType

Document.CreateDocumentType method

Crée un nœud DocumentType.

public DocumentType CreateDocumentType(string name, string publicId, string systemId, 
    string internalSubset)
ParamètreTaperLa description
nameStringNom du type de document.
publicIdStringL’identifiant public.
systemIdStringL’identifiant du système.
internalSubsetStringLe sous-ensemble interne.

Return_Value

LeDocumentType .

Voir également