DocumentType.name The name of the root element as given in the DOCTYPE declaration, if present.
Document.createAttribute(name) Create and return an attribute node. This method does not associate the attribute node with any
itertext() Creates a text iterator. The iterator loops over this element and all subelements, in document order, and returns
Text.data The content of the text node as a string.
HTMLParser.feed(data) Feed some text to the parser. It is processed insofar as it consists of complete elements; incomplete
exception xml.dom.InvalidAccessErr Raised if a parameter or an operation is not supported on the underlying object.
html.entities.entitydefs A dictionary mapping XHTML 1.0 entity definitions to their replacement text in ISO Latin-1.
HTMLParser.handle_entityref(name) This method is called to process a named character reference of the form &name;
class xml.etree.ElementTree.TreeBuilder(element_factory=None) Generic element structure builder. This builder converts a sequence
findall(match, namespaces=None) Same as Element.findall(), starting at the root of the tree.
Page 7 of 34