Text.data The content of the text node as a string.
Element.removeAttributeNS(namespaceURI, localName) Remove an attribute by name. Note that it uses a localName, not a qname.
xmlparser.buffer_text Setting this to true causes the xmlparser object to buffer textual content returned by Expat
Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a
html.entities.entitydefs A dictionary mapping XHTML 1.0 entity definitions to their replacement text in ISO Latin-1.
Node.unlink() Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic
xmlparser.StartElementHandler(name, attributes) Called for the start of every element. name is a string containing
class xml.etree.ElementTree.QName(text_or_uri, tag=None) QName wrapper. This can be used to wrap a QName attribute value, in
xmlparser.EndDoctypeDeclHandler() Called when Expat is done parsing the document type declaration. This requires Expat version
DOMImplementation.createDocumentType(qualifiedName, publicId, systemId) Return a new DocumentType object that encapsulates
Page 2 of 34