xml.dom.Document.getElementsByTagNameNS()
  • References/Python/Python/Structured Markup

Document.getElementsByTagNameNS(namespaceURI, localName) Search for all descendants (direct children, children’s children, etc

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

class xml.sax.xmlreader.Locator Interface for associating a SAX event with a document location. A locator object will return

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

InputSource.setEncoding(encoding) Sets the character encoding of this InputSource. The

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

exception xml.dom.IndexSizeErr Raised when an index or size parameter to a method is negative or exceeds the allowed values

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

Element.getElementsByTagNameNS(namespaceURI, localName) Same as equivalent method in the Document class.

2025-01-10 15:47:30
html.parser.HTMLParser.handle_endtag()
  • References/Python/Python/Structured Markup

HTMLParser.handle_endtag(tag) This method is called to handle the end tag of an element (e.g. </div>).

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

class xml.etree.ElementTree.XMLPullParser(events=None) A pull parser suitable for non-blocking applications. Its input-side

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

xmlparser.DefaultHandler(data) Called for any characters in the XML document for which no applicable handler has been specified

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

NamedNodeMap.item(index) Return an attribute with a particular index. The order you get the attributes in is arbitrary but will

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

xmlparser.CurrentLineNumber Current line number in the parser input.

2025-01-10 15:47:30