xml.dom.Node.removeChild()

Node.removeChild(oldChild) Remove a child node. oldChild must be a child of this node; if not,

2016-10-07 17:47:52
xml.parsers.expat.xmlparser.NotStandaloneHandler()

xmlparser.NotStandaloneHandler() Called if the XML document hasn’t been declared as being a standalone document. This happens

2016-10-07 17:48:14
xml.dom.Comment.data

Comment.data The content of the comment as a string. The attribute contains all characters between the leading <!-

2016-10-07 17:47:40
xml.parsers.expat.xmlparser.SetParamEntityParsing()

xmlparser.SetParamEntityParsing(flag) Control parsing of parameter entities (including the external DTD subset). Possible flag

2016-10-07 17:48:14
xml.sax.xmlreader.Locator.getSystemId()

Locator.getSystemId() Return the system identifier for the current event.

2016-10-07 17:48:28
html.parser.HTMLParser.reset()

HTMLParser.reset() Reset the instance. Loses all unprocessed data. This is called implicitly at instantiation time.

2016-10-07 17:33:48
xml.etree.ElementTree.SubElement()

xml.etree.ElementTree.SubElement(parent, tag, attrib={}, **extra) Subelement factory. This function creates an element instance

2016-10-07 17:48:04
xml.etree.ElementTree.Element.iter()

iter(tag=None) Creates a tree iterator with the current element as the root. The iterator

2016-10-07 17:47:59
xml.etree.ElementTree.Element.keys()

keys() Returns the elements attribute names as a list. The names are returned in an arbitrary order.

2016-10-07 17:47:59
xml.dom.minidom.Node.toprettyxml()

Node.toprettyxml(indent="", newl="", encoding="") Return a pretty-printed version of the document. indent specifies

2016-10-07 17:47:48