makeelement(tag, attrib) Creates a new element object of the same type as this element. Do not call this method, use the
XMLReader.getFeature(featurename) Return the current setting for feature featurename. If the feature is not recognized
Document.createTextNode(data) Create and return a text node containing the data passed as a parameter. As with the other creation
InputSource.getPublicId() Returns the public identifier of this InputSource.
xml.etree.ElementTree.dump(elem) Writes an element tree or element structure to sys.stdout. This function should be used for
class xml.etree.ElementTree.XMLPullParser(events=None) A pull parser suitable for non-blocking applications. Its input-side
Node.isSameNode(other) Returns true if other refers to the same node as this node. This is especially useful for DOM
ContentHandler.characters(content) Receive notification of character data. The Parser will call
items() Returns the element attributes as a sequence of (name, value) pairs. The attributes are returned in an arbitrary order
class xml.sax.handler.DTDHandler Handle DTD events. This interface specifies only those DTD
Page 17 of 34