read_events() Return an iterator over the events which have been encountered in the data fed to the parser. The iterator yields
ContentHandler.characters(content) Receive notification of character data. The Parser will call
exception xml.dom.IndexSizeErr Raised when an index or size parameter to a method is negative or exceeds the allowed values
InputSource.getPublicId() Returns the public identifier of this InputSource.
xmlparser.buffer_size The size of the buffer used when buffer_text is true. A new buffer size can be set by assigning
xml.etree.ElementTree.parse(source, parser=None) Parses an XML section into an element tree. source is a filename or
xmlparser.DefaultHandler(data) Called for any characters in the XML document for which no applicable handler has been specified
XMLReader.getFeature(featurename) Return the current setting for feature featurename. If the feature is not recognized
xmlparser.CurrentLineNumber Current line number in the parser input.
DocumentType.internalSubset A string giving the complete internal subset from the document. This does not include the brackets
Page 16 of 34