Home
last modified time | relevance | path

Searched refs:SAXNotRecognizedException (Results 1 – 25 of 33) sorted by relevance

12

/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAXParserImpl.java89 throws SAXNotRecognizedException, SAXNotSupportedException in setProperty()
95 throws SAXNotRecognizedException, SAXNotSupportedException in getProperty()
103 throws SAXNotRecognizedException, SAXNotSupportedException in setFeature()
109 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature()
DSAXFactoryImpl.java80 throws ParserConfigurationException, SAXNotRecognizedException, in setFeature()
99 throws ParserConfigurationException, SAXNotRecognizedException, in getFeature()
/external/python/cpython3/Lib/xml/sax/
Dxmlreader.py6 from ._exceptions import SAXNotSupportedException, SAXNotRecognizedException
77 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)
Dexpatreader.py140 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" %
D_exceptions.py105 class SAXNotRecognizedException(SAXException): class
D__init__.py24 from ._exceptions import SAXException, SAXNotRecognizedException, \
/external/python/cpython2/Lib/xml/sax/
Dxmlreader.py6 from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
77 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)
Dexpatreader.py143 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" %
D_exceptions.py105 class SAXNotRecognizedException(SAXException): class
D__init__.py24 from _exceptions import SAXException, SAXNotRecognizedException, \
/external/libxml2/python/
Ddrv_libxml2.py332 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" % \
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java318 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()
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
/external/vogar/lib/
Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
/external/python/cpython2/Doc/library/
Dxml.sax.reader.rst170 recognized, :exc:`SAXNotRecognizedException` is raised. The well-known
177 :exc:`SAXNotRecognizedException` is raised. If the feature or its setting is not
184 recognized, a :exc:`SAXNotRecognizedException` is raised. The well-known
191 :exc:`SAXNotRecognizedException` is raised. If the property or its setting is
Dxml.sax.rst110 .. exception:: SAXNotRecognizedException(msg[, exception])
/external/python/cpython3/Doc/library/
Dxml.sax.reader.rst173 recognized, :exc:`SAXNotRecognizedException` is raised. The well-known
180 :exc:`SAXNotRecognizedException` is raised. If the feature or its setting is not
187 recognized, a :exc:`SAXNotRecognizedException` is raised. The well-known
194 :exc:`SAXNotRecognizedException` is raised. If the property or its setting is
Dxml.sax.rst123 .. exception:: SAXNotRecognizedException(msg, exception=None)
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java37 import org.xml.sax.SAXNotRecognizedException;
156 catch(SAXNotRecognizedException e) in setXMLReader()
DDTMManagerDefault.java51 import org.xml.sax.SAXNotRecognizedException;
435 } catch (SAXNotRecognizedException e){} in getDTM()
/external/cldr/tools/java/libs/
DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/jdiff/src/jdiff/
DXMLToAPI.java71 } catch(org.xml.sax.SAXNotRecognizedException snre) { in readFile()
DComments.java83 } catch(org.xml.sax.SAXNotRecognizedException snre) { in readFile()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java94 import org.xml.sax.SAXNotRecognizedException;
2875 throws SAXNotRecognizedException, SAXNotSupportedException in getFeature()
2883 throw new SAXNotRecognizedException(name); in getFeature()
DTransformerIdentityImpl.java483 catch (org.xml.sax.SAXNotRecognizedException snre){} in transform()

12