Document.getElementsByTagNameNS(namespaceURI, localName) Search for all descendants (direct children, children’s children, etc
class xml.sax.xmlreader.Locator Interface for associating a SAX event with a document location. A locator object will return
InputSource.setEncoding(encoding) Sets the character encoding of this InputSource. The
exception xml.dom.IndexSizeErr Raised when an index or size parameter to a method is negative or exceeds the allowed values
Element.getElementsByTagNameNS(namespaceURI, localName) Same as equivalent method in the Document class.
HTMLParser.handle_endtag(tag) This method is called to handle the end tag of an element (e.g. </div>).
class xml.etree.ElementTree.XMLPullParser(events=None) A pull parser suitable for non-blocking applications. Its input-side
xmlparser.DefaultHandler(data) Called for any characters in the XML document for which no applicable handler has been specified
NamedNodeMap.item(index) Return an attribute with a particular index. The order you get the attributes in is arbitrary but will
xmlparser.CurrentLineNumber Current line number in the parser input.
Page 19 of 34