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

ProcessingInstruction.target The content of the processing instruction up to the first whitespace character. This is a read-only

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
html.parser.HTMLParser.handle_data()
  • References/Python/Python/Structured Markup

HTMLParser.handle_data(data) This method is called to process arbitrary data (e.g. text nodes and the content of <script>

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

Document.createElementNS(namespaceURI, tagName) Create and return a new element with a namespace. The tagName may have

2025-01-10 15:47:30
xml.sax.handler.feature_validation
  • References/Python/Python/Structured Markup

xml.sax.handler.feature_validation value: "http://xml.org/sax/features/validation"

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

DocumentType.systemId The system identifier for the external subset of the document type definition. This will be a URI as a

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

keys() Returns the elements attribute names as a list. The names are returned in an arbitrary order.

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

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

2025-01-10 15:47:30