xml.parsers.expat.xmlparser.UnparsedEntityDeclHandler()
  • References/Python/Python/Structured Markup

xmlparser.UnparsedEntityDeclHandler(entityName, base, systemId, publicId, notationName) Called for unparsed (NDATA) entity declarations

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

class xml.sax.saxutils.XMLFilterBase(base) This class is designed to sit between an

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

ContentHandler.startPrefixMapping(prefix, uri) Begin the scope of a prefix-URI Namespace mapping. The

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

Element.hasAttribute(name) Returns true if the element has an attribute named by name.

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

HTMLParser.getpos() Return current line number and offset.

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

ContentHandler.startDocument() Receive notification of the beginning of a document. The SAX

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

xmlparser.XmlDeclHandler(version, encoding, standalone) Called when the XML declaration is parsed. The XML declaration is the

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

xml.etree.ElementTree.iterparse(source, events=None, parser=None) Parses an XML section into an element tree incrementally,

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

extend(subelements) Appends subelements from a sequence object with zero or more elements. Raises

2025-01-10 15:47:30