class xml.sax.handler.ContentHandler This is the main callback interface in SAX, and the one most important to applications
HTMLParser.handle_data(data) This method is called to process arbitrary data (e.g. text nodes and the content of <script>
DOMImplementation.createDocument(namespaceUri, qualifiedName, doctype) Return a new Document object (the root of
Locator.getPublicId() Return the public identifier for the current event.
ContentHandler.processingInstruction(target, data) Receive notification of a processing instruction. The
ExpatError.offset Character offset into the line where the error occurred. The first column is numbered 0.
XMLReader.getDTDHandler() Return the current
DocumentType.systemId The system identifier for the external subset of the document type definition. This will be a URI as a
Document.createElementNS(namespaceURI, tagName) Create and return a new element with a namespace. The tagName may have
xmlparser.SetParamEntityParsing(flag) Control parsing of parameter entities (including the external DTD subset). Possible flag
Page 25 of 34