SAX driver for the pyexpat C module.
There are no implemented interfaces.
There are no attributes in this class.
character_data(data)
close()
end_element(name)
end_element_ns(name)
end_namespace_decl(prefix)
external_entity_ref(context, base, sysid, pubid)
feed(data, isFinal=0)
getColumnNumber()
getContentHandler()
Returns the current ContentHandler.
getDTDHandler()
Returns the current DTD handler.
getEntityResolver()
Returns the current EntityResolver.
getErrorHandler()
Returns the current ErrorHandler.
getFeature(name)
getLineNumber()
getProperty(name)
getPublicId()
getSystemId()
notation_decl(name, base, sysid, pubid)
parse(source)
Parse an XML document from a URL or an InputSource.
prepareParser(source)
processing_instruction(target, data)
reset()
setContentHandler(handler)
setDTDHandler(handler)
Register an object to receive basic DTD-related events.
setEntityResolver(resolver)
Register an object to resolve external entities.
setErrorHandler(handler)
Register an object to receive error-message events.
setFeature(name, state)
setLocale(locale)
Allow an application to set the locale for errors and warnings.
SAX parsers are not required to provide localization for errors and warnings; if they cannot support the requested locale, however, they must throw a SAX exception. Applications may request a locale change in the middle of a parse.
setProperty(name, value)
skipped_entity_handler(name, is_pe)
start_doctype_decl(name, sysid, pubid, has_internal_subset)
start_element(name, attrs)
start_element_ns(name, attrs)
start_namespace_decl(prefix, uri)
unparsed_entity_decl(name, base, sysid, pubid, notation_name)
There are no known subclasses.