iterfind(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns an iterable yielding
xmlparser.NotationDeclHandler(notationName, base, systemId, publicId) Called for notation declarations. notationName
HTMLParser.handle_charref(name) This method is called to process decimal and hexadecimal numeric character references of the
feed(data) Feeds data to the parser. data is encoded data.
xml.etree.ElementTree.Comment(text=None) Comment element factory. This factory function creates a special element that will
Node.hasChildNodes() Returns true if the node has any child nodes.
AttributesNS.getValueByQName(name) Return the value for a qualified name.
xml.etree.ElementTree.register_namespace(prefix, uri) Registers a namespace prefix. The registry is global, and any existing
Node.appendChild(newChild) Add a new child node to this node at the end of the list of children, returning newChild
xml.dom.getDOMImplementation(name=None, features=()) Return a suitable DOM implementation. The name is either well-known
Page 8 of 34