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

xml.sax.handler.all_properties List of all known property names.

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

NodeList.length The number of nodes in the sequence.

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

ContentHandler.startElement(name, attrs) Signals the start of an element in non-namespace mode. The

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

class xml.etree.ElementTree.ElementTree(element=None, file=None) ElementTree wrapper class. This class represents an entire

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

HTMLParser.unknown_decl(data) This method is called when an unrecognized declaration is read by the parser.

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

Locator.getLineNumber() Return the line number where the current event begins.

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

Element.setAttribute(name, value) Set an attribute value from a string.

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.dom.SyntaxErr
  • References/Python/Python/Structured Markup

exception xml.dom.SyntaxErr Raised when an invalid or illegal string is specified.

2025-01-10 15:47:30