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

xmlparser.UnparsedEntityDeclHandler(entityName, base, systemId, publicId, notationName) Called for unparsed (NDATA) entity declarations

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

Attributes.getNames() Return the names of the attributes.

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

exception xml.dom.NamespaceErr If an attempt is made to change any object in a way that is not permitted with regard to the

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

Node.lastChild The last child of the node, if there are any, or None. This is a read-only attribute.

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

xmlparser.UseForeignDTD([flag]) Calling this with a true value for flag (the default) will cause Expat to call the

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

exception xml.dom.InvalidCharacterErr This exception is raised when a string parameter contains a character that is not permitted

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

Element.getElementsByTagName(tagName) Same as equivalent method in the Document class.

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

Node.removeChild(oldChild) Remove a child node. oldChild must be a child of this node; if not,

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

XMLReader.getDTDHandler() Return the current

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

ContentHandler.endDocument() Receive notification of the end of a document. The SAX parser will

2025-01-10 15:47:30