exception xml.dom.NotFoundErr Exception when a node does not exist in the referenced context. For example, NamedNodeMap
NamedNodeMap.item(index) Return an attribute with a particular index. The order you get the attributes in is arbitrary but will
Document.createTextNode(data) Create and return a text node containing the data passed as a parameter. As with the other creation
HTMLParser.handle_starttag(tag, attrs) This method is called to handle the start of a tag (e.g. <div id="main">)
Node.replaceChild(newChild, oldChild) Replace an existing node with a new node. It must be the case that oldChild is
xmlparser.CurrentLineNumber Current line number in the parser input.
ContentHandler.characters(content) Receive notification of character data. The Parser will call
xmlparser.DefaultHandler(data) Called for any characters in the XML document for which no applicable handler has been specified
xml.sax.handler.feature_external_pes value: "http://xml.org/sax/features/exte
XMLReader.parse(source) Process an input source, producing SAX events. The source object can be a system identifier
Page 17 of 34