Element.setAttributeNS(namespaceURI, qname, value) Set an attribute value from a string, given a namespaceURI and a
Document.createAttribute(name) Create and return an attribute node. This method does not associate the attribute node with any
HTMLParser.handle_entityref(name) This method is called to process a named character reference of the form &name;
xml.sax.saxutils.prepare_input_source(source, base='') This function takes an input source and an optional base URL and returns
Node.parentNode The parent of the current node, or None for the document node. The value is always a Node
DOMImplementation.hasFeature(feature, version) Return true if the feature identified by the pair of strings feature
Locator.getLineNumber() Return the line number where the current event begins.
class xml.etree.ElementTree.TreeBuilder(element_factory=None) Generic element structure builder. This builder converts a sequence
HTMLParser.handle_startendtag(tag, attrs) Similar to handle_starttag(), but called when the parser encounters an
class xml.sax.xmlreader.IncrementalParser In some cases, it is desirable not to parse an input source at once, but to feed chunks
Page 6 of 34