Home
last modified time | relevance | path

Searched refs:SAXNotSupportedException (Results 1 – 7 of 7) sorted by relevance

/third_party/libxml2/python/
Ddrv_libxml2.py314 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" % \
/third_party/python/Lib/xml/sax/
Dexpatreader.py144 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" %
D_exceptions.py115 class SAXNotSupportedException(SAXException): class
125 class SAXReaderNotAvailable(SAXNotSupportedException):
Dxmlreader.py6 from ._exceptions import SAXNotSupportedException, SAXNotRecognizedException
73 raise SAXNotSupportedException("Locale support not implemented")
D__init__.py25 SAXParseException, SAXNotSupportedException, \
/third_party/python/Doc/library/
Dxml.sax.reader.rst185 supported by the parser, *SAXNotSupportedException* is raised.
199 not supported by the parser, *SAXNotSupportedException* is raised.
Dxml.sax.rst134 .. exception:: SAXNotSupportedException(msg, exception=None)