xml.sax.xmlreader.InputSource.setSystemId()

InputSource.setSystemId(id) Sets the system identifier of this InputSource.

2016-10-07 17:48:27
xml.sax.handler.ContentHandler.processingInstruction()

ContentHandler.processingInstruction(target, data) Receive notification of a processing instruction. The

2016-10-07 17:48:17
xml.parsers.expat.xmlparser.EntityDeclHandler()

xmlparser.EntityDeclHandler(entityName, is_parameter_entity, value, base, systemId, publicId, notationName) Called for all entity

2016-10-07 17:48:12
xml.parsers.expat.xmlparser.UnparsedEntityDeclHandler()

xmlparser.UnparsedEntityDeclHandler(entityName, base, systemId, publicId, notationName) Called for unparsed (NDATA) entity declarations

2016-10-07 17:48:15
xml.sax.xmlreader.Locator.getPublicId()

Locator.getPublicId() Return the public identifier for the current event.

2016-10-07 17:48:28
xml.parsers.expat.xmlparser.Parse()

xmlparser.Parse(data[, isfinal]) Parses the contents of the string data, calling the appropriate handler functions

2016-10-07 17:48:14
xml.parsers.expat.ExpatError.offset

ExpatError.offset Character offset into the line where the error occurred. The first column is numbered 0.

2016-10-07 17:48:08
xml.parsers.expat.xmlparser.UseForeignDTD()

xmlparser.UseForeignDTD([flag]) Calling this with a true value for flag (the default) will cause Expat to call the

2016-10-07 17:48:15
xml.dom.Element.removeAttribute()

Element.removeAttribute(name) Remove an attribute by name. If there is no matching attribute, a NotFoundErr is

2016-10-07 17:47:45
xml.parsers.expat.ExpatError.code

ExpatError.code Expat’s internal error number for the specific error. The errors.messages dictionary maps these

2016-10-07 17:48:08