iterfind(match, namespaces=None) Same as Element.iterfind(), starting at the root of the tree.
Locator.getLineNumber() Return the line number where the current event begins.
xml.sax.handler.feature_namespaces value: "http://xml.org/sax/features/namespaces"
HTMLParser.unknown_decl(data) This method is called when an unrecognized declaration is read by the parser.
Text.data The content of the text node as a string.
NodeList.item(i) Return the i‘th item from the sequence, if there is one, or None. The index i
exception xml.dom.InvalidAccessErr Raised if a parameter or an operation is not supported on the underlying object.
Element.setAttribute(name, value) Set an attribute value from a string.
ContentHandler.ignorableWhitespace(whitespace) Receive notification of ignorable whitespace in element content.
exception xml.dom.NotSupportedErr Raised when the implementation does not support the requested type of object or operation
Page 5 of 34