Node.attributes A NamedNodeMap of attribute objects. Only elements have actual values for this; others provide
Node.nodeType An integer representing the node type. Symbolic constants for the types are on the Node object:
xml.sax.handler.property_xml_string value: "http://xml.org/sax/properties/xml-string"
ContentHandler.setDocumentLocator(locator) Called by the parser to give the application a locator for locating the origin of
ContentHandler.endPrefixMapping(prefix) End the scope of a prefix-URI mapping. See st
xmlparser.StartCdataSectionHandler() Called at the start of a CDATA section. This and EndCdataSectionHandler are
Element.getAttribute(name) Return the value of the attribute named by name as a string. If no such attribute exists
xmlparser.SetBase(base) Sets the base to be used for resolving relative URIs in system identifiers in declarations. Resolving
xml.etree.ElementTree.iterparse(source, events=None, parser=None) Parses an XML section into an element tree incrementally,
xml.etree.ElementTree.ProcessingInstruction(target, text=None) PI element factory. This factory function creates a special element
Page 33 of 34