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

getchildren() Deprecated since version 3.2: Use list(elem)

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

DocumentType.notations This is a NamedNodeMap giving the definitions of notations. For notation names defined more

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

exception xml.dom.NoDataAllowedErr This is raised if data is specified for a node which does not support data.

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

xml.parsers.expat.XMLParserType The type of the return values from the ParserCreate() function.

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

Locator.getColumnNumber() Return the column number where the current event begins.

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

class html.parser.HTMLParser(*, convert_charrefs=True) Create a parser instance able to parse invalid markup.

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

xml.sax.parse(filename_or_stream, handler, error_handler=handler.ErrorHandler()) Create a SAX parser and use it to parse a document

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

xmlparser.ExternalEntityParserCreate(context[, encoding]) Create a “child” parser which can be used to parse an external parsed

2025-01-10 15:47:30
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.ElementTree.getiterator()
  • References/Python/Python/Structured Markup

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

2025-01-10 15:47:30