xmlparser.GetBase() Returns a string containing the base set by a previous call to SetBase(), or None
xmlparser.ParseFile(file) Parse XML data reading from the object file. file only needs to provide the
doctype(name, pubid, system) Deprecated since version 3.2: Define
xml.etree.ElementTree.XMLID(text, parser=None) Parses an XML section from a string constant, and also returns a dictionary which
class xml.sax.xmlreader.InputSource(system_id=None) Encapsulation of the information needed by the XMLReader to
feed(data) Feeds data to the parser. data is encoded data.
html.unescape(s) Convert all named and numeric character references (e.g. >, >,
Document.createProcessingInstruction(target, data) Create and return a processing instruction node containing the target
SAXException.getException() Return an encapsulated exception object, or None.
Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a
Page 6 of 34