create_document_type method

create_document_type

Creates an empty DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur.

Returns

The DocumentType.

def create_document_type(self, qualified_name, public_id, system_id):
    ...
ParameterTypeDescription
qualified_namestrName of the qualified.
public_idstrThe public id.
system_idstrThe system id.

See Also