findall(match, namespaces=None) Same as Element.findall(), starting at the root of the tree.
exception xml.dom.SyntaxErr Raised when an invalid or illegal string is specified.
Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a
xmlparser.CommentHandler(data) Called for comments. data is the text of the comment, excluding the leading '<
xml.sax.handler.all_properties List of all known property names.
XMLReader.getProperty(propertyname) Return the current setting for property propertyname. If the property is not recognized
HTMLParser.handle_entityref(name) This method is called to process a named character reference of the form &name;
itertext() Creates a text iterator. The iterator loops over this element and all subelements, in document order, and returns
doctype(name, pubid, system) Deprecated since version 3.2: Define
iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,
Page 6 of 34