DocumentType

DocumentType constructor

Initializes a new instance of the DocumentType class.

public DocumentType(string name, string publicId, string systemId, string internalSubset, 
    Document doc)
ParameterTypeDescription
nameStringThe entity name.
publicIdStringThe public id.
systemIdStringThe system id.
internalSubsetStringThe internal subset.
docDocumentThe document.

See Also