Searched refs:SAXNotRecognizedException (Results 1 – 25 of 33) sorted by relevance
12
89 throws SAXNotRecognizedException, SAXNotSupportedException in setProperty()95 throws SAXNotRecognizedException, SAXNotSupportedException in getProperty()103 throws SAXNotRecognizedException, SAXNotSupportedException in setFeature()109 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature()
80 throws ParserConfigurationException, SAXNotRecognizedException, in setFeature()99 throws ParserConfigurationException, SAXNotRecognizedException, in getFeature()
6 from ._exceptions import SAXNotSupportedException, SAXNotRecognizedException77 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)81 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)85 raise SAXNotRecognizedException("Property '%s' not recognized" % name)89 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
140 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)169 raise SAXNotRecognizedException(182 raise SAXNotRecognizedException(188 raise SAXNotRecognizedException("Property '%s' not recognized" % name)201 raise SAXNotRecognizedException("Property '%s' not recognized" %
105 class SAXNotRecognizedException(SAXException): class
24 from ._exceptions import SAXException, SAXNotRecognizedException, \
6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException77 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)81 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)85 raise SAXNotRecognizedException("Property '%s' not recognized" % name)89 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
143 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)172 raise SAXNotRecognizedException(185 raise SAXNotRecognizedException(191 raise SAXNotRecognizedException("Property '%s' not recognized" % name)204 raise SAXNotRecognizedException("Property '%s' not recognized" %
24 from _exceptions import SAXException, SAXNotRecognizedException, \
332 raise SAXNotRecognizedException("Feature '%s' not recognized" % \353 raise SAXNotRecognizedException("Feature '%s' not recognized" % \362 raise SAXNotRecognizedException("Property '%s' not recognized" % \374 raise SAXNotRecognizedException("Property '%s' not recognized" % \
318 throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature()321 throw new SAXNotRecognizedException("Unknown feature " + name); in getFeature()327 throws SAXNotRecognizedException, SAXNotSupportedException { in setFeature()330 throw new SAXNotRecognizedException("Unknown feature " + name); in setFeature()347 throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty()361 throw new SAXNotRecognizedException("Unknown property " + name); in getProperty()366 throws SAXNotRecognizedException, SAXNotSupportedException { in setProperty()403 throw new SAXNotRecognizedException("Unknown property " + name); in setProperty()
META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
org/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
170 recognized, :exc:`SAXNotRecognizedException` is raised. The well-known177 :exc:`SAXNotRecognizedException` is raised. If the feature or its setting is not184 recognized, a :exc:`SAXNotRecognizedException` is raised. The well-known191 :exc:`SAXNotRecognizedException` is raised. If the property or its setting is
110 .. exception:: SAXNotRecognizedException(msg[, exception])
173 recognized, :exc:`SAXNotRecognizedException` is raised. The well-known180 :exc:`SAXNotRecognizedException` is raised. If the feature or its setting is not187 recognized, a :exc:`SAXNotRecognizedException` is raised. The well-known194 :exc:`SAXNotRecognizedException` is raised. If the property or its setting is
123 .. exception:: SAXNotRecognizedException(msg, exception=None)
37 import org.xml.sax.SAXNotRecognizedException;156 catch(SAXNotRecognizedException e) in setXMLReader()
51 import org.xml.sax.SAXNotRecognizedException;435 } catch (SAXNotRecognizedException e){} in getDTM()
META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
71 } catch(org.xml.sax.SAXNotRecognizedException snre) { in readFile()
83 } catch(org.xml.sax.SAXNotRecognizedException snre) { in readFile()
94 import org.xml.sax.SAXNotRecognizedException;2875 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature()2883 throw new SAXNotRecognizedException(name); in getFeature()
483 catch (org.xml.sax.SAXNotRecognizedException snre){} in transform()