Document.CreateDocumentType

Document.CreateDocumentType method

Crea un nodo DocumentType.

public DocumentType CreateDocumentType(string name, string publicId, string systemId, 
    string internalSubset)
ParámetroEscribeDescripción
nameStringEl nombre del tipo de documento.
publicIdStringLa identificación pública.
systemIdStringLa identificación del sistema.
internalSubsetStringEl subconjunto interno.

Valor_devuelto

ElDocumentType .

Ver también