xml.sax.parseString(string, handler, error_handler=handler.ErrorHandler()) Similar to parse(), but parses from
class xml.etree.ElementTree.QName(text_or_uri, tag=None) QName wrapper. This can be used to wrap a QName attribute value, in
itertext() Creates a text iterator. The iterator loops over this element and all subelements, in document order, and returns
Locator.getLineNumber() Return the line number where the current event begins.
Text.data The content of the text node as a string.
ContentHandler.ignorableWhitespace(whitespace) Receive notification of ignorable whitespace in element content.
Element.getAttributeNS(namespaceURI, localName) Return the value of the attribute named by namespaceURI and localName
HTMLParser.unknown_decl(data) This method is called when an unrecognized declaration is read by the parser.
class xml.sax.xmlreader.InputSource(system_id=None) Encapsulation of the information needed by the XMLReader to
xml.sax.saxutils.escape(data, entities={}) Escape '&', '<', and '>' in a string
Page 7 of 34