xmlparser.EntityDeclHandler(entityName, is_parameter_entity, value, base, systemId, publicId, notationName) Called for all entity
xml.etree.ElementTree.SubElement(parent, tag, attrib={}, **extra) Subelement factory. This function creates an element instance
Element.getAttributeNode(attrname) Return the Attr node for the attribute named by attrname.
xml.parsers.expat.ErrorString(errno) Returns an explanatory string for a given error number errno.
ProcessingInstruction.data The content of the processing instruction following the first whitespace character.
HTMLParser.get_starttag_text() Return the text of the most recently opened start tag. This should not normally be needed for
xml.dom.pulldom.parse(stream_or_string, parser=None, bufsize=None) Return a DOMEventStream from the given input
NamedNodeMap.length The length of the attribute list.
ContentHandler.endDocument() Receive notification of the end of a document. The SAX parser will
xml.parsers.expat.errors.codes A dictionary mapping numeric error codes to their string descriptions.
Page 26 of 34