xml.etree.ElementTree.Element.iterfind()
  • References/Python/Python/Structured Markup

iterfind(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns an iterable yielding

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

xmlparser.NotationDeclHandler(notationName, base, systemId, publicId) Called for notation declarations. notationName

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

HTMLParser.handle_charref(name) This method is called to process decimal and hexadecimal numeric character references of the

2025-01-10 15:47:30
xml.etree.ElementTree.XMLParser.feed()
  • References/Python/Python/Structured Markup

feed(data) Feeds data to the parser. data is encoded data.

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

xml.etree.ElementTree.Comment(text=None) Comment element factory. This factory function creates a special element that will

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

Node.hasChildNodes() Returns true if the node has any child nodes.

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.etree.ElementTree.register_namespace()
  • References/Python/Python/Structured Markup

xml.etree.ElementTree.register_namespace(prefix, uri) Registers a namespace prefix. The registry is global, and any existing

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

Node.appendChild(newChild) Add a new child node to this node at the end of the list of children, returning newChild

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