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.dom.NamedNodeMap.length
  • References/Python/Python/Structured Markup

NamedNodeMap.length The length of the attribute list.

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

Attr.localName The part of the name following the colon if there is one, else the entire name. This is a read-only attribute

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

ContentHandler.endDocument() Receive notification of the end of a document. The SAX parser will

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

xmlparser.NotStandaloneHandler() Called if the XML document hasn’t been declared as being a standalone document. This happens

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.parsers.expat.ParserCreate()
  • References/Python/Python/Structured Markup

xml.parsers.expat.ParserCreate(encoding=None, namespace_separator=None) Creates and returns a new xmlparser object

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.parsers.expat.xmlparser.buffer_used
  • References/Python/Python/Structured Markup

xmlparser.buffer_used If buffer_text is enabled, the number of bytes stored in the buffer. These bytes represent

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

exception xml.parsers.expat.ExpatError The exception raised when Expat reports an error. See section ExpatError Exceptions

2025-01-10 15:47:30