XMLReader.setEntityResolver(handler) Set the current
xmlparser.XmlDeclHandler(version, encoding, standalone) Called when the XML declaration is parsed. The XML declaration is the
xmlparser.ProcessingInstructionHandler(target, data) Called for every processing instruction.
Document.createComment(data) Create and return a comment node containing the data passed as a parameter. As with the other creation
getchildren() Deprecated since version 3.2: Use list(elem)
Element.getAttribute(name) Return the value of the attribute named by name as a string. If no such attribute exists
xml.parsers.expat.XMLParserType The type of the return values from the ParserCreate() function.
Page 34 of 34