xml.sax.handler.DTDHandler.notationDecl()
  • References/Python/Python/Structured Markup

DTDHandler.notationDecl(name, publicId, systemId) Handle a notation declaration event.

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

feed(data) Feeds data to the parser. data is encoded data.

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

xmlparser.buffer_text Setting this to true causes the xmlparser object to buffer textual content returned by Expat

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

xmlparser.specified_attributes If set to a non-zero integer, the parser will report only those attributes which were specified

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

NodeList.item(i) Return the i‘th item from the sequence, if there is one, or None. The index i

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

EntityResolver.resolveEntity(publicId, systemId) Resolve the system identifier of an entity and return either the system identifier

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

class xml.etree.ElementTree.ElementTree(element=None, file=None) ElementTree wrapper class. This class represents an entire

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

xmlparser.CommentHandler(data) Called for comments. data is the text of the comment, excluding the leading '<

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

xmlparser.StartElementHandler(name, attributes) Called for the start of every element. name is a string containing

2025-01-10 15:47:30