Node.nextSibling The node that immediately follows this one with the same parent. See also previousSibling. If
find(match, namespaces=None) Same as Element.find(), starting at the root of the tree.
xmlparser.EndCdataSectionHandler() Called at the end of a CDATA section.
xmlparser.EndElementHandler(name) Called for the end of every element.
parse(source, parser=None) Loads an external XML section into this element tree. source is a file name or
end(tag) Closes the current element. tag is the element name. Returns the closed element.
class xml.etree.ElementTree.ParseError XML parse error, raised by the various parsing methods in this module when parsing fails
clear() Resets an element. This function removes all subelements, clears all attributes, and sets the text and tail attributes
exception xml.dom.DOMException Base exception class used for all specific DOM exceptions. This exception class cannot be directly
xml.dom.pulldom.parseString(string, parser=None) Return a DOMEventStream that represents the (Unicode) string
Page 9 of 34