Element.hasAttributeNS(namespaceURI, localName) Returns true if the element has an attribute named by namespaceURI
exception xml.dom.InuseAttributeErr Raised when an attempt is made to insert an Attr node that is already present
xml.sax.handler.property_xml_string value: "http://xml.org/sax/properties/xml-string"
Node.cloneNode(deep) Clone this node. Setting deep means to clone all child nodes as well. This returns the clone.
ContentHandler.setDocumentLocator(locator) Called by the parser to give the application a locator for locating the origin of
xml.dom.registerDOMImplementation(name, factory) Register the factory function with the name name. The factory
HTMLParser.handle_pi(data) Method called when a processing instruction is encountered. The data parameter will contain
HTMLParser.close() Force processing of all buffered data as if it were followed by an end-of-file mark. This method may be redefined
XMLReader.setLocale(locale) Allow an application to set the locale for errors and warnings. SAX
Node.localName The part of the tagName following the colon if there is one, else the entire tagName
Page 33 of 34