Table of Contents
HTMLParser
sgmllib
htmllib
xml
xml.etree.ElementTree
xml.dom
xml.dom.minidom
xml.dom.pulldom
xml.sax
xml.sax.ContentHandler
xml.sax.ErrorHandler
xml.sax.InputSource
xml.sax.handler
xml.sax.saxutils
xml.sax.xmlreader
pyexpat
ContentHandler.
startDocument
Receive notification of the beginning of a document.
The SAX parser will invoke this method only once, before any other methods in this interface or in DTDHandler (except for setDocumentLocator).