xml.sax.xmlreader.AttributesNS.getValueByQName()
  • References/Python/Python/Structured Markup

AttributesNS.getValueByQName(name) Return the value for a qualified name.

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

HTMLParser.handle_comment(data) This method is called when a comment is encountered (e.g. <!--comment-->)

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

xml.dom.getDOMImplementation(name=None, features=()) Return a suitable DOM implementation. The name is either well-known

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

xmlparser.EndNamespaceDeclHandler(prefix) Called when the closing tag is reached for an element that contained a namespace declaration

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

xmlparser.ErrorColumnNumber Column number at which an error occurred.

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

class xml.etree.ElementTree.XMLParser(html=0, target=None, encoding=None) This class is the low-level building block of the

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

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

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

Node.writexml(writer, indent="", addindent="", newl="") Write XML to the writer object. The writer should have a write()

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

xmlparser.ErrorLineNumber Line number at which an error occurred.

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

exception xml.sax.SAXParseException(msg, exception, locator) Subclass of SAXException raised on parse errors. Instances

2025-01-10 15:47:30