html.entities.name2codepoint A dictionary that maps HTML entity names to the Unicode code points.
xml.sax.saxutils.escape(data, entities={}) Escape '&', '<', and '>' in a string
xml.sax.parseString(string, handler, error_handler=handler.ErrorHandler()) Similar to parse(), but parses from
xmlparser.CommentHandler(data) Called for comments. data is the text of the comment, excluding the leading '<
xmlparser.StartElementHandler(name, attributes) Called for the start of every element. name is a string containing
Node.unlink() Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic
xml.sax.handler.feature_namespaces value: "http://xml.org/sax/features/namespaces"
ContentHandler.ignorableWhitespace(whitespace) Receive notification of ignorable whitespace in element content.
iterfind(match, namespaces=None) Same as Element.iterfind(), starting at the root of the tree.
SAXException.getException() Return an encapsulated exception object, or None.
Page 4 of 34