xml.etree.ElementTree.ElementTree.
  • References/Python/Python/Structured Markup

_setroot(element) Replaces the root element for this tree. This discards the current contents of the tree, and replaces it with

2025-01-10 15:47:30
xml.dom.pulldom.DOMEventStream.getEvent()
  • References/Python/Python/Structured Markup

getEvent() Return a tuple containing event and the current node as xml.dom.minidom.Document if

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

xmlparser.ErrorCode Numeric code specifying the problem. This value can be passed to the ErrorString() function

2025-01-10 15:47:30
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.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.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.dom.NodeList.item()
  • References/Python/Python/Structured Markup

NodeList.item(i) Return the i‘th item from the sequence, if there is one, or None. The index i

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

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

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

xml.sax.saxutils.prepare_input_source(source, base='') This function takes an input source and an optional base URL and returns

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

EntityResolver.resolveEntity(publicId, systemId) Resolve the system identifier of an entity and return either the system identifier

2025-01-10 15:47:30