Node.removeChild(oldChild) Remove a child node. oldChild must be a child of this node; if not,
xmlparser.NotStandaloneHandler() Called if the XML document hasn’t been declared as being a standalone document. This happens
Comment.data The content of the comment as a string. The attribute contains all characters between the leading <!-
xmlparser.SetParamEntityParsing(flag) Control parsing of parameter entities (including the external DTD subset). Possible flag
Locator.getSystemId() Return the system identifier for the current event.
HTMLParser.reset() Reset the instance. Loses all unprocessed data. This is called implicitly at instantiation time.
xml.etree.ElementTree.SubElement(parent, tag, attrib={}, **extra) Subelement factory. This function creates an element instance
iter(tag=None) Creates a tree iterator with the current element as the root. The iterator
keys() Returns the elements attribute names as a list. The names are returned in an arbitrary order.
Node.toprettyxml(indent="", newl="", encoding="") Return a pretty-printed version of the document. indent specifies
Page 24 of 34