xml.dom.Node.firstChild
  • References/Python/Python/Structured Markup

Node.firstChild The first child of the node, if there are any, or None. This is a read-only attribute.

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

Node.removeChild(oldChild) Remove a child node. oldChild must be a child of this node; if not,

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

InputSource.setSystemId(id) Sets the system identifier of this InputSource.

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

close() Finishes feeding data to the parser. Returns the result of calling the close() method of the target

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

InputSource.setPublicId(id) Sets the public identifier of this InputSource.

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

HTMLParser.reset() Reset the instance. Loses all unprocessed data. This is called implicitly at instantiation time.

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
xml.sax.saxutils.unescape()
  • References/Python/Python/Structured Markup

xml.sax.saxutils.unescape(data, entities={}) Unescape '&', '<', and '>'

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

Locator.getSystemId() Return the system identifier for the current event.

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

exception xml.dom.InvalidCharacterErr This exception is raised when a string parameter contains a character that is not permitted

2025-01-10 15:47:30