Node.isSameNode(other) Returns true if other refers to the same node as this node. This is especially useful for DOM
xmlparser.buffer_size The size of the buffer used when buffer_text is true. A new buffer size can be set by assigning
HTMLParser.handle_endtag(tag) This method is called to handle the end tag of an element (e.g. </div>).
class xml.sax.xmlreader.Locator Interface for associating a SAX event with a document location. A locator object will return
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
InputSource.setEncoding(encoding) Sets the character encoding of this InputSource. The
start(tag, attrs) Opens a new element. tag is the element name. attrs is a dictionary containing element attributes
XMLReader.getFeature(featurename) Return the current setting for feature featurename. If the feature is not recognized
xml.sax.make_parser(parser_list=[]) Create and return a SAX
Page 19 of 34