xml.dom.pulldom.default_bufsize Default value for the bufsize parameter to parse(). The
Node.hasChildNodes() Returns true if the node has any child nodes.
DocumentType.publicId The public identifier for the external subset of the document type definition. This will be a string or
xml.sax.handler.feature_namespace_prefixes value: "http://xml.org/sax/feature
Element.tagName The element type name. In a namespace-using document it may have colons in it. The value is a string.
html.escape(s, quote=True) Convert the characters &, < and > in string s
HTMLParser.handle_decl(decl) This method is called to handle an HTML doctype declaration (e.g. <!DOCTYPE html>)
Attr.name The attribute name. In a namespace-using document it may include a colon.
Document.documentElement The one and only root element of the document.
xmlparser.AttlistDeclHandler(elname, attname, type, default, required) Called for each declared attribute for an element type
Page 12 of 34