xml.etree.ElementTree.ElementTree.findall()

findall(match, namespaces=None) Same as Element.findall(), starting at the root of the tree.

2016-10-07 17:48:01
xml.dom.SyntaxErr

exception xml.dom.SyntaxErr Raised when an invalid or illegal string is specified.

2016-10-07 17:47:56
xml.dom.Node.prefix

Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a

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

xmlparser.CommentHandler(data) Called for comments. data is the text of the comment, excluding the leading '<

2016-10-07 17:48:10
xml.sax.handler.all_properties

xml.sax.handler.all_properties List of all known property names.

2016-10-07 17:48:16
xml.sax.xmlreader.XMLReader.getProperty()

XMLReader.getProperty(propertyname) Return the current setting for property propertyname. If the property is not recognized

2016-10-07 17:48:29
html.parser.HTMLParser.handle_entityref()

HTMLParser.handle_entityref(name) This method is called to process a named character reference of the form &name;

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

itertext() Creates a text iterator. The iterator loops over this element and all subelements, in document order, and returns

2016-10-07 17:47:59
xml.etree.ElementTree.XMLParser.doctype()

doctype(name, pubid, system) Deprecated since version 3.2: Define

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

iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,

2016-10-07 17:48:01