xml.etree.ElementTree.Element.iter()
  • References/Python/Python/Structured Markup

iter(tag=None) Creates a tree iterator with the current element as the root. The iterator

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

xmlparser.StartDoctypeDeclHandler(doctypeName, systemId, publicId, has_internal_subset) Called when Expat begins parsing the

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

XMLReader.setContentHandler(handler) Set the current

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

DTDHandler.unparsedEntityDecl(name, publicId, systemId, ndata) Handle an unparsed entity declaration event.

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

XMLReader.getEntityResolver() Return the current

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

ExpatError.code Expat’s internal error number for the specific error. The errors.messages dictionary maps these

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

ContentHandler.skippedEntity(name) Receive notification of a skipped entity. The Parser will

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

XMLReader.getContentHandler() Return the current

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

InputSource.getEncoding() Get the character encoding of this InputSource.

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

class xml.sax.handler.ContentHandler This is the main callback interface in SAX, and the one most important to applications

2025-01-10 15:47:30