xml.sax.handler.feature_external_ges
  • References/Python/Python/Structured Markup

xml.sax.handler.feature_external_ges value: "http://xml.org/sax/features/exte

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

Element.tagName The element type name. In a namespace-using document it may have colons in it. The value is a string.

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

class xml.dom.pulldom.PullDom(documentFactory=None) Subclass of

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

Attr.prefix The part of the name preceding the colon if there is one, else the empty string.

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

InputSource.getCharacterStream() Get the character stream for this input source.

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

xml.dom.pulldom.parseString(string, parser=None) Return a DOMEventStream that represents the (Unicode) string

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

IncrementalParser.feed(data) Process a chunk of data.

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.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.parsers.expat.xmlparser.EndCdataSectionHandler()
  • References/Python/Python/Structured Markup

xmlparser.EndCdataSectionHandler() Called at the end of a CDATA section.

2025-01-10 15:47:30