attrib A dictionary containing the element’s attributes. Note that while the attrib value is always a real mutable
Element.getAttributeNodeNS(namespaceURI, localName) Return an attribute value as a node, given a namespaceURI and localName
xml.sax.handler.feature_string_interning value: "http://xml.org/sax/features/
set(key, value) Set the attribute key on the element to value.
Node.lastChild The last child of the node, if there are any, or None. This is a read-only attribute.
XMLReader.getDTDHandler() Return the current
XMLReader.getContentHandler() Return the current
exception xml.dom.NamespaceErr If an attempt is made to change any object in a way that is not permitted with regard to the
Node.toxml(encoding=None) Return a string or byte string containing the XML represented by the DOM node. With
XMLReader.setContentHandler(handler) Set the current
Page 25 of 34