exception xml.dom.DOMException Base exception class used for all specific DOM exceptions. This exception class cannot be directly
Node.insertBefore(newChild, refChild) Insert a new child node before an existing child. It must be the case that refChild
HTMLParser.handle_decl(decl) This method is called to handle an HTML doctype declaration (e.g. <!DOCTYPE html>)
class xml.dom.pulldom.SAX2DOM(documentFactory=None) Subclass of
close() Flushes the builder buffers, and returns the toplevel document element. Returns an Element instance.
xml.sax.handler.property_declaration_handler value: "http://xml.org/sax/prope
Element.removeAttributeNode(oldAttr) Remove and return oldAttr from the attribute list, if present. If oldAttr
data(data) Adds text to the current element. data is a string. This should be either a bytestring, or a Unicode string
xml.etree.ElementTree.Comment(text=None) Comment element factory. This factory function creates a special element that will
AttributesNS.getNameByQName(name) Return the (namespace, localname) pair for a qualified name.
Page 14 of 34