create_document_type method

create_document_type

Creates a DocumentType node.

Returns

The DocumentType.

def create_document_type(self, name, public_id, system_id, internal_subset):
    ...
ParameterTypeDescription
namestrThe document type name.
public_idstrThe public id.
system_idstrThe system id.
internal_subsetstrThe internal subset.

See Also