xml.parsers.expat.xmlparser.StartCdataSectionHandler()
  • References/Python/Python/Structured Markup

xmlparser.StartCdataSectionHandler() Called at the start of a CDATA section. This and EndCdataSectionHandler are

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

xml.sax.handler.property_xml_string value: "http://xml.org/sax/properties/xml-string"

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

Node.attributes A NamedNodeMap of attribute objects. Only elements have actual values for this; others provide

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

reset()

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

xml.dom.registerDOMImplementation(name, factory) Register the factory function with the name name. The factory

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

exception xml.dom.InuseAttributeErr Raised when an attempt is made to insert an Attr node that is already present

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

tail These attributes can be used to hold additional data associated with the element. Their values are usually strings but

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

xml.etree.ElementTree.iselement(element) Checks if an object appears to be a valid element object. element is an element

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

xmlparser.GetInputContext() Returns the input data that generated the current event as a string. The data is in the encoding

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

DocumentType.entities This is a NamedNodeMap giving the definitions of external entities. For entity names defined

2025-01-10 15:47:30