Element.getAttributeNode(attrname) Return the Attr node for the attribute named by attrname.
DocumentType.systemId The system identifier for the external subset of the document type definition. This will be a URI as a
xml.etree.ElementTree.SubElement(parent, tag, attrib={}, **extra) Subelement factory. This function creates an element instance
expandNode(node) Expands all children of node into node. Example:
xml.dom.pulldom.parse(stream_or_string, parser=None, bufsize=None) Return a DOMEventStream from the given input
xmlparser.NotStandaloneHandler() Called if the XML document hasn’t been declared as being a standalone document. This happens
DTDHandler.unparsedEntityDecl(name, publicId, systemId, ndata) Handle an unparsed entity declaration event.
class xml.sax.handler.ContentHandler This is the main callback interface in SAX, and the one most important to applications
iter(tag=None) Creates a tree iterator with the current element as the root. The iterator
attrib A dictionary containing the element’s attributes. Note that while the attrib value is always a real mutable
Page 23 of 34