Element.setAttributeNS(namespaceURI, qname, value) Set an attribute value from a string, given a namespaceURI and a
class xml.etree.ElementTree.QName(text_or_uri, tag=None) QName wrapper. This can be used to wrap a QName attribute value, in
xmlparser.DefaultHandlerExpand(data) This is the same as the DefaultHandler(), but doesn’t inhibit expansion of
xmlparser.ParseFile(file) Parse XML data reading from the object file. file only needs to provide the
xmlparser.buffer_text Setting this to true causes the xmlparser object to buffer textual content returned by Expat
findall(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns a list containing
Element.getAttributeNS(namespaceURI, localName) Return the value of the attribute named by namespaceURI and localName
DOMImplementation.hasFeature(feature, version) Return true if the feature identified by the pair of strings feature
html.entities.entitydefs A dictionary mapping XHTML 1.0 entity definitions to their replacement text in ISO Latin-1.
DTDHandler.notationDecl(name, publicId, systemId) Handle a notation declaration event.
Page 2 of 34