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

xml.etree.ElementTree.SubElement(parent, tag, attrib={}, **extra) Subelement factory. This function creates an element instance

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

Element.getAttributeNode(attrname) Return the Attr node for the attribute named by attrname.

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

xml.parsers.expat.ErrorString(errno) Returns an explanatory string for a given error number errno.

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

ProcessingInstruction.data The content of the processing instruction following the first whitespace character.

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

HTMLParser.get_starttag_text() Return the text of the most recently opened start tag. This should not normally be needed for

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

xml.dom.pulldom.parse(stream_or_string, parser=None, bufsize=None) Return a DOMEventStream from the given input

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

xml.parsers.expat.errors.codes A dictionary mapping numeric error codes to their string descriptions.

2025-01-10 15:47:30