InputSource.setCharacterStream(charfile) Set the character stream (a text file) for this
Document.createAttribute(name) Create and return an attribute node. This method does not associate the attribute node with any
Element.setAttribute(name, value) Set an attribute value from a string.
xmlparser.buffer_text Setting this to true causes the xmlparser object to buffer textual content returned by Expat
xml.sax.handler.feature_namespaces value: "http://xml.org/sax/features/namespaces"
xmlparser.specified_attributes If set to a non-zero integer, the parser will report only those attributes which were specified
NodeList.item(i) Return the i‘th item from the sequence, if there is one, or None. The index i
EntityResolver.resolveEntity(publicId, systemId) Resolve the system identifier of an entity and return either the system identifier
html.entities.name2codepoint A dictionary that maps HTML entity names to the Unicode code points.
class xml.etree.ElementTree.ElementTree(element=None, file=None) ElementTree wrapper class. This class represents an entire
Page 3 of 34