xml.etree.ElementTree.XMLPullParser.read_events()
  • References/Python/Python/Structured Markup

read_events() Return an iterator over the events which have been encountered in the data fed to the parser. The iterator yields

2025-01-10 15:47:30
xml.sax.handler.ContentHandler.characters()
  • References/Python/Python/Structured Markup

ContentHandler.characters(content) Receive notification of character data. The Parser will call

2025-01-10 15:47:30
xml.dom.IndexSizeErr
  • References/Python/Python/Structured Markup

exception xml.dom.IndexSizeErr Raised when an index or size parameter to a method is negative or exceeds the allowed values

2025-01-10 15:47:30
xml.sax.xmlreader.InputSource.getPublicId()
  • References/Python/Python/Structured Markup

InputSource.getPublicId() Returns the public identifier of this InputSource.

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.buffer_size
  • References/Python/Python/Structured Markup

xmlparser.buffer_size The size of the buffer used when buffer_text is true. A new buffer size can be set by assigning

2025-01-10 15:47:30
xml.etree.ElementTree.parse()
  • References/Python/Python/Structured Markup

xml.etree.ElementTree.parse(source, parser=None) Parses an XML section into an element tree. source is a filename or

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.DefaultHandler()
  • References/Python/Python/Structured Markup

xmlparser.DefaultHandler(data) Called for any characters in the XML document for which no applicable handler has been specified

2025-01-10 15:47:30
xml.sax.xmlreader.XMLReader.getFeature()
  • References/Python/Python/Structured Markup

XMLReader.getFeature(featurename) Return the current setting for feature featurename. If the feature is not recognized

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.CurrentLineNumber
  • References/Python/Python/Structured Markup

xmlparser.CurrentLineNumber Current line number in the parser input.

2025-01-10 15:47:30
xml.dom.DocumentType.internalSubset
  • References/Python/Python/Structured Markup

DocumentType.internalSubset A string giving the complete internal subset from the document. This does not include the brackets

2025-01-10 15:47:30