class xml.sax.xmlreader.AttributesImpl(attrs) This is an implementation of the Attributes interface (see section
Attributes.getValue(name) Return the value of attribute name.
ContentHandler.startDocument() Receive notification of the beginning of a document. The SAX
Node.localName The part of the tagName following the colon if there is one, else the entire tagName
xml.etree.ElementTree.ProcessingInstruction(target, text=None) PI element factory. This factory function creates a special element
xml.dom.registerDOMImplementation(name, factory) Register the factory function with the name name. The factory
class xml.sax.handler.ErrorHandler Interface used by the parser to present error and warning messages to the application. The
SAXException.getMessage() Return a human-readable message describing the error condition.
Element.hasAttribute(name) Returns true if the element has an attribute named by name.
Document.createComment(data) Create and return a comment node containing the data passed as a parameter. As with the other creation
Page 31 of 34