InputSource.setSystemId(id) Sets the system identifier of this InputSource.
ContentHandler.processingInstruction(target, data) Receive notification of a processing instruction. The
xmlparser.EntityDeclHandler(entityName, is_parameter_entity, value, base, systemId, publicId, notationName) Called for all entity
xmlparser.UnparsedEntityDeclHandler(entityName, base, systemId, publicId, notationName) Called for unparsed (NDATA) entity declarations
Locator.getPublicId() Return the public identifier for the current event.
xmlparser.Parse(data[, isfinal]) Parses the contents of the string data, calling the appropriate handler functions
ExpatError.offset Character offset into the line where the error occurred. The first column is numbered 0.
xmlparser.UseForeignDTD([flag]) Calling this with a true value for flag (the default) will cause Expat to call the
Element.removeAttribute(name) Remove an attribute by name. If there is no matching attribute, a NotFoundErr is
ExpatError.code Expat’s internal error number for the specific error. The errors.messages dictionary maps these
Page 26 of 34