Node.nodeName This has a different meaning for each node type; see the DOM specification for details. You can always get the
XMLReader.getEntityResolver() Return the current
Node.toxml(encoding=None) Return a string or byte string containing the XML represented by the DOM node. With
DOMImplementation.createDocument(namespaceUri, qualifiedName, doctype) Return a new Document object (the root of
ExpatError.offset Character offset into the line where the error occurred. The first column is numbered 0.
DTDHandler.unparsedEntityDecl(name, publicId, systemId, ndata) Handle an unparsed entity declaration event.
ContentHandler.skippedEntity(name) Receive notification of a skipped entity. The Parser will
xml.sax.saxutils.unescape(data, entities={}) Unescape '&', '<', and '>'
findtext(match, default=None, namespaces=None) Finds text for the first subelement matching match. match may
set(key, value) Set the attribute key on the element to value.
Page 26 of 34