xml.parsers.expat.xmlparser.CurrentByteIndex
  • References/Python/Python/Structured Markup

xmlparser.CurrentByteIndex Current byte index in the parser input.

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

xmlparser.ElementDeclHandler(name, model) Called once for each element type declaration. name is the name of the element

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

start(tag, attrs) Opens a new element. tag is the element name. attrs is a dictionary containing element attributes

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

IncrementalParser.close() Assume the end of the document. That will check well-formedness conditions that can be checked only

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

Document.createTextNode(data) Create and return a text node containing the data passed as a parameter. As with the other creation

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

exception xml.parsers.expat.error Alias for ExpatError.

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

AttributesNS.getNameByQName(name) Return the (namespace, localname) pair for a qualified name.

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

append(subelement) Adds the element subelement to the end of this element’s internal list of subelements. Raises

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

HTMLParser.reset() Reset the instance. Loses all unprocessed data. This is called implicitly at instantiation time.

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

ProcessingInstruction.data The content of the processing instruction following the first whitespace character.

2025-01-10 15:47:30