xml.parsers.expat.xmlparser.EndDoctypeDeclHandler()
  • References/Python/Python/Structured Markup

xmlparser.EndDoctypeDeclHandler() Called when Expat is done parsing the document type declaration. This requires Expat version

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

DOMImplementation.hasFeature(feature, version) Return true if the feature identified by the pair of strings feature

2025-01-10 15:47:30
xml.sax.handler.ErrorHandler.fatalError()
  • References/Python/Python/Structured Markup

ErrorHandler.fatalError(exception) Called when the parser encounters an error it cannot recover from; parsing is expected to

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

xml.sax.saxutils.prepare_input_source(source, base='') This function takes an input source and an optional base URL and returns

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

SAXException.getException() Return an encapsulated exception object, or None.

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

getEvent() Return a tuple containing event and the current node as xml.dom.minidom.Document if

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

class xml.sax.xmlreader.IncrementalParser In some cases, it is desirable not to parse an input source at once, but to feed chunks

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

xml.sax.handler.property_dom_node value: "http://xml.org/sax/properties/dom-node"

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

Node.unlink() Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic

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

findall(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns a list containing

2025-01-10 15:47:30