Bases: xml.sax.expatreader.ExpatParser
An expat parser which disables DTD’s and entities by default.
-
entity_decl(entityName, is_parameter_entity, value, base, systemId, publicId, notationName)
-
external_entity_ref(context, base, systemId, publicId)
-
notation_decl(name, base, sysid, pubid)
-
reset()
-
start_doctype_decl(name, sysid, pubid, has_internal_subset)
-
unparsed_entity_decl(name, base, sysid, pubid, notation_name)