xml.sax.xmlreader.Attributes.getType()
  • References/Python/Python/Structured Markup

Attributes.getType(name) Returns the type of the attribute name, which is normally 'CDATA'.

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

xml.etree.ElementTree.tostring(element, encoding="us-ascii", method="xml", *, short_empty_elements=True) Generates a string

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

xml.etree.ElementTree.fromstring(text) Parses an XML section from a string constant. Same as XML(). text

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

xml.sax.make_parser(parser_list=[]) Create and return a SAX

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

get(key, default=None) Gets the element attribute named key. Returns the attribute

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

Element.getElementsByTagNameNS(namespaceURI, localName) Same as equivalent method in the Document class.

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

exception xml.sax.SAXNotRecognizedException(msg, exception=None) Subclass of SAXException raised when a SAX

2025-01-10 15:47:30
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.sax.handler.DTDHandler
  • References/Python/Python/Structured Markup

class xml.sax.handler.DTDHandler Handle DTD events. This interface specifies only those DTD

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

class xml.sax.xmlreader.Locator Interface for associating a SAX event with a document location. A locator object will return

2025-01-10 15:47:30