Element.setAttributeNodeNS(newAttr) Add a new attribute node to the element, replacing an existing attribute if necessary if
DocumentType.internalSubset A string giving the complete internal subset from the document. This does not include the brackets
XMLReader.parse(source) Process an input source, producing SAX events. The source object can be a system identifier
exception xml.dom.NotFoundErr Exception when a node does not exist in the referenced context. For example, NamedNodeMap
class xml.sax.handler.EntityResolver Basic interface for resolving entities. If you create an object implementing this interface
class xml.sax.handler.DTDHandler Handle DTD events. This interface specifies only those DTD
HTMLParser.handle_starttag(tag, attrs) This method is called to handle the start of a tag (e.g. <div id="main">)
text tail These attributes can be used to hold additional data associated with the element. Their values are usually
Node.isSameNode(other) Returns true if other refers to the same node as this node. This is especially useful for DOM
XMLReader.getFeature(featurename) Return the current setting for feature featurename. If the feature is not recognized
Page 17 of 34