Which of the following option is correct syntax of the "AttlistDeclHandler" method?

Questions & AnswersCategory: PythonWhich of the following option is correct syntax of the "AttlistDeclHandler" method?
Geek Boy Staff asked 2 years ago

Which of the following option is correct syntax of the “AttlistDeclHandler” method?
a. AttlistDeclHandler(elname, attname, base, default, systemId)
b. AttlistDeclHandler(elname, attname, type, default, required)
c. AttlistDeclHandler(elname, attname, type, base)
d. AttlistDeclHandler(elname, attname, base, required)