xmlparser.EndCdataSectionHandler() Called at the end of a CDATA section.
xml.dom.getDOMImplementation(name=None, features=()) Return a suitable DOM implementation. The name is either well-known
exception xml.dom.WrongDocumentErr Raised when a node is inserted in a different document than it currently belongs to, and
xmlparser.AttlistDeclHandler(elname, attname, type, default, required) Called for each declared attribute for an element type
xmlparser.ErrorByteIndex Byte index at which an error occurred.
Node.insertBefore(newChild, refChild) Insert a new child node before an existing child. It must be the case that refChild
Document.getElementsByTagName(tagName) Search for all descendants (direct children, children’s children, etc.) with a particular
exception xml.dom.DOMException Base exception class used for all specific DOM exceptions. This exception class cannot be directly
Node.hasAttributes() Returns true if the node has any attributes.
write(file, encoding="us-ascii", xml_declaration=None, default_namespace=None, method="xml", *, short_empty_elements=True) Writes
Page 10 of 34