Document.CreateDocumentType

Document.CreateDocumentType method

Erstellt einen DocumentType-Knoten.

public DocumentType CreateDocumentType(string name, string publicId, string systemId, 
    string internalSubset)
ParameterTypBeschreibung
nameStringDer Name des Dokumenttyps.
publicIdStringDie öffentliche ID.
systemIdStringDie System-ID.
internalSubsetStringDie interne Teilmenge.

Rückgabewert

DieDocumentType .

Siehe auch