xml.dom.Element.getAttributeNS()
  • References/Python/Python/Structured Markup

Element.getAttributeNS(namespaceURI, localName) Return the value of the attribute named by namespaceURI and localName

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.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.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
xml.dom.pulldom.default_bufsize
  • References/Python/Python/Structured Markup

xml.dom.pulldom.default_bufsize Default value for the bufsize parameter to parse(). The

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

AttributesNS.getQNameByName(name) Return the qualified name for a (namespace, localname) pair.

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

exception xml.dom.DomstringSizeErr Raised when a specified range of text does not fit into a string. This is not known to be

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

AttributesNS.getValueByQName(name) Return the value for a qualified name.

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

xml.dom.getDOMImplementation(name=None, features=()) Return a suitable DOM implementation. The name is either well-known

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

InputSource.setByteStream(bytefile) Set the byte stream (a binary file) for this input

2025-01-10 15:47:30