html.parser.HTMLParser.handle_pi()
  • References/Python/Python/Structured Markup

HTMLParser.handle_pi(data) Method called when a processing instruction is encountered. The data parameter will contain

2025-01-10 15:47:30
xml.sax.SAXException.getMessage()
  • References/Python/Python/Structured Markup

SAXException.getMessage() Return a human-readable message describing the error condition.

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

Attributes.getValue(name) Return the value of attribute name.

2025-01-10 15:47:30
xml.etree.ElementTree.ParseError.code
  • References/Python/Python/Structured Markup

code A numeric error code from the expat parser. See the documentation of

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

exception xml.dom.NoDataAllowedErr This is raised if data is specified for a node which does not support data.

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

exception xml.dom.NoModificationAllowedErr Raised on attempts to modify an object where modifications are not allowed (such

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

xml.etree.ElementTree.ProcessingInstruction(target, text=None) PI element factory. This factory function creates a special element

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

xmlparser.ExternalEntityParserCreate(context[, encoding]) Create a “child” parser which can be used to parse an external parsed

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

XMLReader.setEntityResolver(handler) Set the current

2025-01-10 15:47:30