xml.dom.pulldom.parse(stream_or_string, parser=None, bufsize=None) Return a DOMEventStream from the given input
ProcessingInstruction.target The content of the processing instruction up to the first whitespace character. This is a read-only
HTMLParser.get_starttag_text() Return the text of the most recently opened start tag. This should not normally be needed for
HTMLParser.handle_data(data) This method is called to process arbitrary data (e.g. text nodes and the content of <script>
Document.createElementNS(namespaceURI, tagName) Create and return a new element with a namespace. The tagName may have
xml.sax.handler.feature_validation value: "http://xml.org/sax/features/validation"
xml.parsers.expat.ErrorString(errno) Returns an explanatory string for a given error number errno.
DocumentType.systemId The system identifier for the external subset of the document type definition. This will be a URI as a
keys() Returns the elements attribute names as a list. The names are returned in an arbitrary order.
html.entities.codepoint2name A dictionary that maps Unicode code points to HTML entity names.
Page 25 of 34