xml.dom.pulldom.DOMEventStream
  • References/Python/Python/Structured Markup

class xml.dom.pulldom.DOMEventStream(stream, parser, bufsize) getEvent() Return

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

Element.getAttributeNodeNS(namespaceURI, localName) Return an attribute value as a node, given a namespaceURI and localName

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

xmlparser.CurrentColumnNumber Current column number in the parser input.

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

InputSource.setPublicId(id) Sets the public identifier of this InputSource.

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

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

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

InputSource.setSystemId(id) Sets the system identifier of this InputSource.

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

xmlparser.StartDoctypeDeclHandler(doctypeName, systemId, publicId, has_internal_subset) Called when Expat begins parsing the

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

xmlparser.EntityDeclHandler(entityName, is_parameter_entity, value, base, systemId, publicId, notationName) Called for all entity

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

xmlparser.Parse(data[, isfinal]) Parses the contents of the string data, calling the appropriate handler functions

2025-01-10 15:47:30