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

xml.etree.ElementTree.XML(text, parser=None) Parses an XML section from a string constant. This function can be used to embed

2025-01-10 15:47:30
XML Processing Modules
  • References/Python/Python/Structured Markup

Source code: Lib/xml/

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

exception xml.dom.NotSupportedErr Raised when the implementation does not support the requested type of object or operation

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
xml.sax.xmlreader.XMLReader
  • References/Python/Python/Structured Markup

class xml.sax.xmlreader.XMLReader Base class which can be inherited by SAX parsers.

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
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.parsers.expat.xmlparser.StartNamespaceDeclHandler()
  • References/Python/Python/Structured Markup

xmlparser.StartNamespaceDeclHandler(prefix, uri) Called when an element contains a namespace declaration. Namespace declarations

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

DTDHandler.notationDecl(name, publicId, systemId) Handle a notation declaration event.

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