XML processor which can rip out the internal document type subset.
There are no implemented interfaces.
subset
(type: NoneType
)
None
attlist_decl_handler(elem, name, type, default, required)
character_data_handler(data)
character_data_handler_cdata(data)
comment_handler(data)
createParser()
Create a new parser object.
element_decl_handler(name, model)
end_cdata_section_handler()
end_doctype_decl_handler()
end_element_handler(name)
entity_decl_handler(entityName, is_parameter_entity, value, base, systemId, publicId, notationName)
external_entity_ref_handler(context, base, systemId, publicId)
first_element_handler(name, attributes)
getParser()
Return the parser object, creating a new one if needed.
getSubset()
Return the internal subset as a string.
install(parser)
notation_decl_handler(notationName, base, systemId, publicId)
parseFile(file)
parseString(string)
pi_handler(target, data)
reset()
Free all data structures used during DOM construction.
start_cdata_section_handler()
start_doctype_decl_handler(name, publicId, systemId, has_internal_subset)
start_element_handler(name, attrs)
xml_decl_handler(version, encoding, standalone)
There are no known subclasses.