xml.sax.handler.property_lexical_handler
  • References/Python/Python/Structured Markup

xml.sax.handler.property_lexical_handler value: "http://xml.org/sax/propertie

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

exception xml.sax.SAXNotRecognizedException(msg, exception=None) Subclass of SAXException raised when a SAX

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

xmlparser.CurrentByteIndex Current byte index in the parser input.

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

xml.sax.handler.all_features List of all features.

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

XMLReader.setFeature(featurename, value) Set the featurename to value. If the feature is not recognized,

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
xml.sax.handler.EntityResolver
  • References/Python/Python/Structured Markup

class xml.sax.handler.EntityResolver Basic interface for resolving entities. If you create an object implementing this interface

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.dom.Element.removeAttribute()
  • References/Python/Python/Structured Markup

Element.removeAttribute(name) Remove an attribute by name. If there is no matching attribute, a NotFoundErr is

2025-01-10 15:47:30