xml.etree.ElementTree.Element.iter()
  • References/Python/Python/Structured Markup

iter(tag=None) Creates a tree iterator with the current element as the root. The iterator

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

ExpatError.lineno Line number on which the error was detected. The first line is numbered 1.

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

xml.dom.minidom.parse(filename_or_file, parser=None, bufsize=None) Return a Document from the given input.

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

class html.parser.HTMLParser(*, convert_charrefs=True) Create a parser instance able to parse invalid markup.

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

Node.nodeValue This has a different meaning for each node type; see the DOM specification for details. The situation is similar

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

Node.localName The part of the tagName following the colon if there is one, else the entire tagName

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

ContentHandler.endPrefixMapping(prefix) End the scope of a prefix-URI mapping. See st

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

insert(index, subelement) Inserts subelement at the given position in this element. Raises

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

class xml.sax.xmlreader.AttributesImpl(attrs) This is an implementation of the Attributes interface (see section

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

ContentHandler.startDocument() Receive notification of the beginning of a document. The SAX

2025-01-10 15:47:30