Attributes.getType(name) Returns the type of the attribute name, which is normally 'CDATA'.
xml.etree.ElementTree.tostring(element, encoding="us-ascii", method="xml", *, short_empty_elements=True) Generates a string
xml.etree.ElementTree.fromstring(text) Parses an XML section from a string constant. Same as XML(). text
xml.sax.make_parser(parser_list=[]) Create and return a SAX
get(key, default=None) Gets the element attribute named key. Returns the attribute
Element.getElementsByTagNameNS(namespaceURI, localName) Same as equivalent method in the Document class.
exception xml.sax.SAXNotRecognizedException(msg, exception=None) Subclass of SAXException raised when a SAX
xmlparser.CurrentByteIndex Current byte index in the parser input.
class xml.sax.handler.DTDHandler Handle DTD events. This interface specifies only those DTD
class xml.sax.xmlreader.Locator Interface for associating a SAX event with a document location. A locator object will return
Page 15 of 34