exception xml.dom.NamespaceErr If an attempt is made to change any object in a way that is not permitted with regard to the
Attributes.getLength() Return the number of attributes.
Document.createAttributeNS(namespaceURI, qualifiedName) Create and return an attribute node with a namespace. The tagName
Node.lastChild The last child of the node, if there are any, or None. This is a read-only attribute.
Attributes.getNames() Return the names of the attributes.
xmlparser.UnparsedEntityDeclHandler(entityName, base, systemId, publicId, notationName) Called for unparsed (NDATA) entity declarations
xml.parsers.expat.errors.codes A dictionary mapping numeric error codes to their string descriptions.
feed(data) Feed the given bytes data to the parser.
xml.sax.handler.feature_string_interning value: "http://xml.org/sax/features/
Element.getAttributeNode(attrname) Return the Attr node for the attribute named by attrname.
Page 23 of 34