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.lineno
  • References/Python/Python/Structured Markup

ExpatError.lineno Line number on which the error was detected. The first line is numbered 1.

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.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.sax.saxutils.XMLGenerator
  • References/Python/Python/Structured Markup

class xml.sax.saxutils.XMLGenerator(out=None, encoding='iso-8859-1', short_empty_elements=False) This class implements the

2025-01-10 15:47:30
html.parser.HTMLParser.handle_data()
  • References/Python/Python/Structured Markup

HTMLParser.handle_data(data) This method is called to process arbitrary data (e.g. text nodes and the content of <script>

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

xmlparser.EntityDeclHandler(entityName, is_parameter_entity, value, base, systemId, publicId, notationName) Called for all entity

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.xmlparser.UseForeignDTD()
  • References/Python/Python/Structured Markup

xmlparser.UseForeignDTD([flag]) Calling this with a true value for flag (the default) will cause Expat to call the

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

xmlparser.Parse(data[, isfinal]) Parses the contents of the string data, calling the appropriate handler functions

2025-01-10 15:47:30