HTMLParser.handle_endtag(tag) This method is called to handle the end tag of an element (e.g. </div>).
IncrementalParser.close() Assume the end of the document. That will check well-formedness conditions that can be checked only
ContentHandler.startElementNS(name, qname, attrs) Signals the start of an element in namespace mode. The
Document.getElementsByTagNameNS(namespaceURI, localName) Search for all descendants (direct children, children’s children, etc
exception xml.dom.NotFoundErr Exception when a node does not exist in the referenced context. For example, NamedNodeMap
xml.sax.handler.property_lexical_handler value: "http://xml.org/sax/propertie
xml.etree.ElementTree.fromstringlist(sequence, parser=None) Parses an XML document from a sequence of string fragments. sequence
xml.etree.ElementTree.dump(elem) Writes an element tree or element structure to sys.stdout. This function should be used for
xmlparser.Parse(data[, isfinal]) Parses the contents of the string data, calling the appropriate handler functions
Attributes.getLength() Return the number of attributes.
Page 20 of 34