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.ParseFile()
  • References/Python/Python/Structured Markup

xmlparser.ParseFile(file) Parse XML data reading from the object file. file only needs to provide the

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.etree.ElementTree.XMLID()
  • References/Python/Python/Structured Markup

xml.etree.ElementTree.XMLID(text, parser=None) Parses an XML section from a string constant, and also returns a dictionary which

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

class xml.sax.xmlreader.InputSource(system_id=None) Encapsulation of the information needed by the XMLReader to

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

feed(data) Feeds data to the parser. data is encoded data.

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

html.unescape(s) Convert all named and numeric character references (e.g. >, >,

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

Document.createProcessingInstruction(target, data) Create and return a processing instruction node containing the target

2025-01-10 15:47:30
xml.sax.SAXException.getException()
  • References/Python/Python/Structured Markup

SAXException.getException() Return an encapsulated exception object, or None.

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

Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a

2025-01-10 15:47:30