xml.etree.ElementTree.QName
  • References/Python/Python/Structured Markup

class xml.etree.ElementTree.QName(text_or_uri, tag=None) QName wrapper. This can be used to wrap a QName attribute value, in

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

xmlparser.EndDoctypeDeclHandler() Called when Expat is done parsing the document type declaration. This requires Expat version

2025-01-10 15:47:30
xml.dom.DOMImplementation.createDocumentType()
  • References/Python/Python/Structured Markup

DOMImplementation.createDocumentType(qualifiedName, publicId, systemId) Return a new DocumentType object that encapsulates

2025-01-10 15:47:30
html.entities.name2codepoint
  • References/Python/Python/Structured Markup

html.entities.name2codepoint A dictionary that maps HTML entity names to the Unicode code points.

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

xml.etree.ElementTree.XMLID(text, parser=None) Parses an XML section from a string constant, and also returns a dictionary which

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

xml.etree.ElementTree.XML(text, parser=None) Parses an XML section from a string constant. This function can be used to embed

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

ErrorHandler.error(exception) Called when the parser encounters a recoverable error. If this method does not raise an exception

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

InputSource.setCharacterStream(charfile) Set the character stream (a text file) for this

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

ContentHandler.ignorableWhitespace(whitespace) Receive notification of ignorable whitespace in element content.

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

HTMLParser.feed(data) Feed some text to the parser. It is processed insofar as it consists of complete elements; incomplete

2025-01-10 15:47:30