Searched refs:SAXNotSupportedException (Results 1 – 7 of 7) sorted by relevance
314 raise SAXNotSupportedException("DTDHandler not supported")318 raise SAXNotSupportedException("EntityResolver not supported")337 raise SAXNotSupportedException("Cannot set feature %s " \348 raise SAXNotSupportedException("Feature '%s' not supported" % \370 raise SAXNotSupportedException("Property '%s' not supported" % \
144 raise SAXNotSupportedException("Cannot set features while parsing")158 raise SAXNotSupportedException(162 raise SAXNotSupportedException(166 raise SAXNotSupportedException(186 raise SAXNotSupportedException(198 raise SAXNotSupportedException("Property '%s' cannot be set" %
115 class SAXNotSupportedException(SAXException): class125 class SAXReaderNotAvailable(SAXNotSupportedException):
6 from ._exceptions import SAXNotSupportedException, SAXNotRecognizedException73 raise SAXNotSupportedException("Locale support not implemented")
25 SAXParseException, SAXNotSupportedException, \
185 supported by the parser, *SAXNotSupportedException* is raised.199 not supported by the parser, *SAXNotSupportedException* is raised.
134 .. exception:: SAXNotSupportedException(msg, exception=None)