xml.parsers.expat.ExpatError.offset
  • References/Python/Python/Structured Markup

ExpatError.offset Character offset into the line where the error occurred. The first column is numbered 0.

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

Node.nodeName This has a different meaning for each node type; see the DOM specification for details. You can always get the

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
xml.sax.handler.feature_string_interning
  • References/Python/Python/Structured Markup

xml.sax.handler.feature_string_interning value: "http://xml.org/sax/features/

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

DOMImplementation.createDocument(namespaceUri, qualifiedName, doctype) Return a new Document object (the root of

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
xml.dom.Element.getAttributeNodeNS()
  • References/Python/Python/Structured Markup

Element.getAttributeNodeNS(namespaceURI, localName) Return an attribute value as a node, given a namespaceURI and localName

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

findtext(match, default=None, namespaces=None) Finds text for the first subelement matching match. match may

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

exception xml.parsers.expat.ExpatError The exception raised when Expat reports an error. See section ExpatError Exceptions

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

class xml.dom.pulldom.DOMEventStream(stream, parser, bufsize) getEvent() Return

2025-01-10 15:47:30