DOMImplementation.createDocumentType(qualifiedName, publicId, systemId) Return a new DocumentType object that encapsulates
xmlparser.DefaultHandlerExpand(data) This is the same as the DefaultHandler(), but doesn’t inhibit expansion of
ErrorHandler.error(exception) Called when the parser encounters a recoverable error. If this method does not raise an exception
XMLReader.getProperty(propertyname) Return the current setting for property propertyname. If the property is not recognized
xmlparser.GetBase() Returns a string containing the base set by a previous call to SetBase(), or None
xmlparser.ErrorCode Numeric code specifying the problem. This value can be passed to the ErrorString() function
HTMLParser.handle_startendtag(tag, attrs) Similar to handle_starttag(), but called when the parser encounters an
iterfind(match, namespaces=None) Same as Element.iterfind(), starting at the root of the tree.
doctype(name, pubid, system) Deprecated since version 3.2: Define
exception xml.dom.InvalidAccessErr Raised if a parameter or an operation is not supported on the underlying object.
Page 5 of 34