xml.dom.DOMImplementation.createDocumentType()
  • References/Python/Python/Structured Markup

DOMImplementation.createDocumentType(qualifiedName, publicId, systemId) Return a new DocumentType object that encapsulates

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

xmlparser.DefaultHandlerExpand(data) This is the same as the DefaultHandler(), but doesn’t inhibit expansion of

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

ErrorHandler.error(exception) Called when the parser encounters a recoverable error. If this method does not raise an exception

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

XMLReader.getProperty(propertyname) Return the current setting for property propertyname. If the property is not recognized

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

xmlparser.GetBase() Returns a string containing the base set by a previous call to SetBase(), or None

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

xmlparser.ErrorCode Numeric code specifying the problem. This value can be passed to the ErrorString() function

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

HTMLParser.handle_startendtag(tag, attrs) Similar to handle_starttag(), but called when the parser encounters an

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

iterfind(match, namespaces=None) Same as Element.iterfind(), starting at the root of the tree.

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

doctype(name, pubid, system) Deprecated since version 3.2: Define

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

exception xml.dom.InvalidAccessErr Raised if a parameter or an operation is not supported on the underlying object.

2025-01-10 15:47:30