xml.etree.ElementTree.XML(text, parser=None) Parses an XML section from a string constant. This function can be used to embed
Source code: Lib/xml/
exception xml.dom.NotSupportedErr Raised when the implementation does not support the requested type of object or operation
Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a
class xml.sax.xmlreader.XMLReader Base class which can be inherited by SAX parsers.
html.unescape(s) Convert all named and numeric character references (e.g. >, >,
HTMLParser.unknown_decl(data) This method is called when an unrecognized declaration is read by the parser.
xmlparser.StartNamespaceDeclHandler(prefix, uri) Called when an element contains a namespace declaration. Namespace declarations
DTDHandler.notationDecl(name, publicId, systemId) Handle a notation declaration event.
feed(data) Feeds data to the parser. data is encoded data.
Page 2 of 34