xmlparser.StartElementHandler(name, attributes) Called for the start of every element. name is a string containing
class xml.sax.xmlreader.XMLReader Base class which can be inherited by SAX parsers.
Document.createAttribute(name) Create and return an attribute node. This method does not associate the attribute node with any
HTMLParser.handle_charref(name) This method is called to process decimal and hexadecimal numeric character references of the
class xml.etree.ElementTree.TreeBuilder(element_factory=None) Generic element structure builder. This builder converts a sequence
Element.setAttributeNS(namespaceURI, qname, value) Set an attribute value from a string, given a namespaceURI and a
exception xml.dom.InvalidAccessErr Raised if a parameter or an operation is not supported on the underlying object.
Element.setAttribute(name, value) Set an attribute value from a string.
iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,
DOMImplementation.createDocumentType(qualifiedName, publicId, systemId) Return a new DocumentType object that encapsulates
Page 1 of 34