xml.etree.ElementTree.ElementTree.getroot()

getroot() Returns the root element for this tree.

2016-10-07 17:48:01
xml.etree.ElementTree.ParseError.position

position A tuple of line, column numbers, specifying where the error occurred.

2016-10-07 17:48:03
xml.sax.xmlreader.AttributesNS.getQNameByName()

AttributesNS.getQNameByName(name) Return the qualified name for a (namespace, localname) pair.

2016-10-07 17:48:25
xml.etree.ElementTree.Comment()

xml.etree.ElementTree.Comment(text=None) Comment element factory. This factory function creates a special element that will

2016-10-07 17:47:56
html.escape()

html.escape(s, quote=True) Convert the characters &, < and > in string s

2016-10-07 17:33:46
html.parser.HTMLParser.handle_comment()

HTMLParser.handle_comment(data) This method is called when a comment is encountered (e.g. <!--comment-->)

2016-10-07 17:33:47
xml.etree.ElementTree.TreeBuilder.doctype()

doctype(name, pubid, system) Handles a doctype declaration. name is the doctype name. pubid is the public

2016-10-07 17:48:05
xml.dom.Element.removeAttributeNode()

Element.removeAttributeNode(oldAttr) Remove and return oldAttr from the attribute list, if present. If oldAttr

2016-10-07 17:47:45
xml.dom.DomstringSizeErr

exception xml.dom.DomstringSizeErr Raised when a specified range of text does not fit into a string. This is not known to be

2016-10-07 17:47:43
xml.sax.xmlreader.InputSource.setByteStream()

InputSource.setByteStream(bytefile) Set the byte stream (a binary file) for this input

2016-10-07 17:48:27