xml.dom.HierarchyRequestErr
  • References/Python/Python/Structured Markup

exception xml.dom.HierarchyRequestErr Raised when an attempt is made to insert a node where the node type is not allowed.

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

remove(subelement) Removes subelement from the element. Unlike the find* methods this method compares elements based

2025-01-10 15:47:30
xml.sax.handler.ContentHandler.endElementNS()
  • References/Python/Python/Structured Markup

ContentHandler.endElementNS(name, qname) Signals the end of an element in namespace mode. The

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

Node.nodeType An integer representing the node type. Symbolic constants for the types are on the Node object:

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

InputSource.getSystemId() Returns the system identifier of this InputSource.

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

Node.normalize() Join adjacent text nodes so that all stretches of text are stored as single Text instances. This

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

Node.childNodes A list of nodes contained within this node. This is a read-only attribute.

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

getiterator(tag=None) Deprecated since version 3.2: Use method

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

xmlparser.SetBase(base) Sets the base to be used for resolving relative URIs in system identifiers in declarations. Resolving

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

HTMLParser.getpos() Return current line number and offset.

2025-01-10 15:47:30