XMLReader.getProperty(propertyname) Return the current setting for property propertyname. If the property is not recognized
xml.sax.handler.all_properties List of all known property names.
NodeList.length The number of nodes in the sequence.
ContentHandler.startElement(name, attrs) Signals the start of an element in non-namespace mode. The
class xml.etree.ElementTree.ElementTree(element=None, file=None) ElementTree wrapper class. This class represents an entire
HTMLParser.unknown_decl(data) This method is called when an unrecognized declaration is read by the parser.
Locator.getLineNumber() Return the line number where the current event begins.
Element.setAttribute(name, value) Set an attribute value from a string.
ErrorHandler.error(exception) Called when the parser encounters a recoverable error. If this method does not raise an exception
exception xml.dom.SyntaxErr Raised when an invalid or illegal string is specified.
Page 5 of 34