/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
D | MockHandler.java | 26 import org.xml.sax.SAXException; 45 public void characters(char[] ch, int start, int length) throws SAXException { in characters() 49 public void endDocument() throws SAXException { in endDocument() 53 public void endElement(String name) throws SAXException { in endElement() 57 public void endElement(String uri, String localName, String name) throws SAXException { in endElement() 61 public void endPrefixMapping(String prefix) throws SAXException { in endPrefixMapping() 65 public void error(SAXParseException exception) throws SAXException { in error() 69 public void fatalError(SAXParseException exception) throws SAXException { in fatalError() 73 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace() 77 public void notationDecl(String name, String publicId, String systemId) throws SAXException { in notationDecl() [all …]
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | DefaultHandler.java | 17 import org.xml.sax.SAXException; 89 throws IOException, SAXException in resolveEntity() 117 throws SAXException in notationDecl() 141 throws SAXException in unparsedEntityDecl() 183 throws SAXException in startDocument() 202 throws SAXException in endDocument() 222 throws SAXException in startPrefixMapping() 241 throws SAXException in endPrefixMapping() 272 throws SAXException in startElement() 299 throws SAXException in endElement() [all …]
|
D | XMLReaderAdapter.java | 19 import org.xml.sax.SAXException; 73 throws SAXException in XMLReaderAdapter() 129 throws SAXException in setLocale() 202 throws IOException, SAXException in parse() 224 throws IOException, SAXException in parse() 236 throws SAXException in setupXMLReader() 242 } catch (SAXException e) { in setupXMLReader() 276 throws SAXException in startDocument() 291 throws SAXException in endDocument() 334 throws SAXException in startElement() [all …]
|
D | XMLFilterImpl.java | 16 import org.xml.sax.SAXException; 332 throws SAXException, IOException in parse() 350 throws SAXException, IOException in parse() 375 throws SAXException, IOException in resolveEntity() 401 throws SAXException in notationDecl() 421 throws SAXException in unparsedEntityDecl() 457 throws SAXException in startDocument() 472 throws SAXException in endDocument() 489 throws SAXException in startPrefixMapping() 505 throws SAXException in endPrefixMapping() [all …]
|
D | XMLReaderFactory.java | 10 import org.xml.sax.SAXException; 110 throws SAXException in createXMLReader() 162 throw new SAXException ("Can't create default XMLReader; " in createXMLReader() 186 throws SAXException in createXMLReader() 193 throws SAXException in loadClass() 198 throw new SAXException("SAX2 driver class " + className + in loadClass() 201 throw new SAXException("SAX2 driver class " + className + in loadClass() 204 throw new SAXException("SAX2 driver class " + className + in loadClass() 208 throw new SAXException("SAX2 driver class " + className + in loadClass()
|
D | ParserAdapter.java | 19 import org.xml.sax.SAXException; 78 throws SAXException in ParserAdapter() 87 SAXException("Cannot find SAX1 driver class " + in ParserAdapter() 91 SAXException("SAX1 driver class " + in ParserAdapter() 96 SAXException("SAX1 driver class " + in ParserAdapter() 101 SAXException("SAX1 driver class " + in ParserAdapter() 106 SAXException("System property org.xml.sax.parser not specified"); in ParserAdapter() 379 throws IOException, SAXException in parse() 397 throws IOException, SAXException in parse() 400 throw new SAXException("Parser is already in use"); in parse() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
D | DefaultHandlerTest.java | 22 import org.xml.sax.SAXException; 42 } catch (SAXException e) { in testResolveEntity() 52 } catch (SAXException e) { in testNotationDecl() 61 } catch (SAXException e) { in testUnparsedEntityDecl() 73 } catch (SAXException e) { in testStartDocument() 81 } catch (SAXException e) { in testEndDocument() 89 } catch (SAXException e) { in testStartPrefixMapping() 97 } catch (SAXException e) { in testEndPrefixMapping() 105 } catch (SAXException e) { in testStartElement() 113 } catch (SAXException e) { in testEndElement() [all …]
|
D | XMLReaderFactoryTest.java | 21 import org.xml.sax.SAXException; 38 } catch (SAXException e) { in testCreateXMLReader() 47 } catch (SAXException e) { in testCreateXMLReader() 57 } catch (SAXException e) { in testCreateXMLReader() 67 } catch (SAXException e) { in testCreateXMLReader() 79 } catch (SAXException e) { in testCreateXMLReader() 89 } catch (SAXException e) { in testCreateXMLReader() 101 } catch (SAXException e) { in testMakeParserString() 108 } catch (SAXException e) { in testMakeParserString() 116 } catch (SAXException e) { in testMakeParserString() [all …]
|
D | XMLFilterImplTest.java | 34 import org.xml.sax.SAXException; 188 } catch (SAXException e) { in testParseInputSource() 203 } catch (SAXException e) { in testParseInputSource() 214 } catch (SAXException e) { in testParseString() 229 } catch (SAXException e) { in testParseString() 249 } catch (SAXException e) { in testResolveEntity() 262 } catch (SAXException e) { in testResolveEntity() 274 } catch (SAXException e) { in testNotationDecl() 287 } catch (SAXException e) { in testUnparsedEntityDecl() 316 } catch (SAXException e) { in testStartDocument() [all …]
|
D | XMLReaderAdapterTest.java | 36 import org.xml.sax.SAXException; 81 } catch (SAXException e) { in testXMLReaderAdapter() 105 } catch (SAXException e) { in testSetLocale() 136 } catch (SAXException e) { in testSetDocumentHandler() 159 } catch (SAXException e) { in testParseString() 176 } catch (SAXException e) { in testParseInputSource() 202 } catch (SAXException e) { in testStartDocument() 214 } catch (SAXException e) { in testEndDocument() 240 } catch (SAXException e) { in testStartElement() 254 } catch (SAXException e) { in testEndElement() [all …]
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
D | DefaultHandler2.java | 10 import org.xml.sax.SAXException; 47 throws SAXException in startCDATA() 51 throws SAXException in endCDATA() 55 throws SAXException in startDTD() 59 throws SAXException in endDTD() 63 throws SAXException in startEntity() 67 throws SAXException in endEntity() 71 throws SAXException in comment() 79 throws SAXException in attributeDecl() 83 throws SAXException in elementDecl() [all …]
|
D | LexicalHandler.java | 8 import org.xml.sax.SAXException; 87 throws SAXException; in startDTD() 101 throws SAXException; in endDTD() 154 throws SAXException; in startEntity() 165 throws SAXException; in endEntity() 180 throws SAXException; in startCDATA() 190 throws SAXException; in endCDATA() 208 throws SAXException; in comment()
|
D | DeclHandler.java | 8 import org.xml.sax.SAXException; 68 throws SAXException; in elementDecl() 101 throws SAXException; in attributeDecl() 119 throws SAXException; in internalEntityDecl() 142 throws SAXException; in externalEntityDecl()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ |
D | SAXExceptionTest.java | 21 import org.xml.sax.SAXException; 29 SAXException e = new SAXException(); in testSAXParseException() 39 SAXException e = new SAXException(ERR, c); in testSAXException_String_Exception() 45 e = new SAXException(null, c); in testSAXException_String_Exception() 59 SAXException e = new SAXException(ERR); in testSAXException_String() 65 e = new SAXException((String)null); in testSAXException_String() 75 SAXException e = new SAXException(c); in testSAXException_Exception() 81 e = new SAXException((Exception)null); in testSAXException_Exception() 89 SAXException e = new SAXException(ERR); in testToString() 95 e = new SAXException(); in testToString()
|
D | HandlerBaseTest.java | 23 import org.xml.sax.SAXException; 41 } catch (SAXException e) { in testResolveEntity() 61 } catch (SAXException e) { in testStartDocument() 69 } catch (SAXException e) { in testEndDocument() 77 } catch (SAXException e) { in testStartElement() 85 } catch (SAXException e) { in testEndElement() 93 } catch (SAXException e) { in testCharacters() 101 } catch (SAXException e) { in testIgnorableWhitespace() 109 } catch (SAXException e) { in testProcessingInstruction() 117 } catch (SAXException e) { in testWarning() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/ |
D | DefaultHandler2Test.java | 21 import org.xml.sax.SAXException; 37 } catch (SAXException e) { in testStartCDATA() 45 } catch (SAXException e) { in testEndCDATA() 53 } catch (SAXException e) { in testStartDTD() 61 } catch (SAXException e) { in testEndDTD() 69 } catch (SAXException e) { in testStartEntity() 77 } catch (SAXException e) { in testEndEntity() 85 } catch (SAXException e) { in testComment() 93 } catch (SAXException e) { in testAttributeDecl() 101 } catch (SAXException e) { in testElementDecl() [all …]
|
/libcore/luni/src/main/java/org/xml/sax/ |
D | HandlerBase.java | 75 throws SAXException in resolveEntity() 163 throws SAXException in startDocument() 182 throws SAXException in endDocument() 203 throws SAXException in startElement() 223 throws SAXException in endElement() 246 throws SAXException in characters() 269 throws SAXException in ignorableWhitespace() 291 throws SAXException in processingInstruction() 318 throws SAXException in warning() 339 throws SAXException in error() [all …]
|
D | ContentHandler.java | 103 throws SAXException; in startDocument() 128 throws SAXException; in endDocument() 170 throws SAXException; in startPrefixMapping() 190 throws SAXException; in endPrefixMapping() 259 throws SAXException; in startElement() 285 throws SAXException; in endElement() 332 throws SAXException; in characters() 361 throws SAXException; in ignorableWhitespace() 387 throws SAXException; in processingInstruction() 416 throws SAXException; in skippedEntity()
|
D | DocumentHandler.java | 90 throws SAXException; in startDocument() 106 throws SAXException; in endDocument() 132 throws SAXException; in startElement() 151 throws SAXException; in endElement() 180 throws SAXException; in characters() 208 throws SAXException; in ignorableWhitespace() 229 throws SAXException; in processingInstruction()
|
D | SAXException.java | 39 public class SAXException extends Exception { class 45 public SAXException () in SAXException() method in SAXException 56 public SAXException (String message) { in SAXException() method in SAXException 71 public SAXException (Exception e) in SAXException() method in SAXException 86 public SAXException (String message, Exception e) in SAXException() method in SAXException
|
/libcore/luni/src/test/java/libcore/xml/ |
D | ExpatSaxParserTest.java | 38 import org.xml.sax.SAXException; 67 throws SAXException { in testExceptions() 68 throw new SAXException(); in testExceptions() 74 } catch (SAXException checked) { /* expected */ } in testExceptions() 81 throws SAXException { in testExceptions() 82 throw new SAXException(); in testExceptions() 88 } catch (SAXException checked) { /* expected */ } in testExceptions() 94 throws SAXException { in testExceptions() 95 throw new SAXException(); in testExceptions() 101 } catch (SAXException checked) { /* expected */ } in testExceptions() [all …]
|
D | XmlToSax2DriverTest.java | 29 import org.xml.sax.SAXException; 280 } catch (SAXException | IOException e) { in testParse_String() 287 } catch (SAXException | IOException e) { in testParse_String() 292 public void testParse_InputSource() throws IOException, SAXException { in testParse_InputSource() 300 public void warning(SAXParseException exception) throws SAXException { in testParse_InputSource() 305 public void error(SAXParseException exception) throws SAXException { in testParse_InputSource() 310 public void fatalError(SAXParseException exception) throws SAXException { in testParse_InputSource() 321 public void startDocument() throws SAXException { in testParse_InputSource() 327 public void endDocument() throws SAXException { in testParse_InputSource() 334 Attributes attributes) throws SAXException { in testParse_InputSource() [all …]
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
D | ExpatParser.java | 25 import org.xml.sax.SAXException; 143 long attributePointer, int attributeCount) throws SAXException { in startElement() 164 throws SAXException { in endElement() 171 /*package*/ void text(char[] text, int length) throws SAXException { in text() 178 /*package*/ void comment(char[] text, int length) throws SAXException { in comment() 185 /*package*/ void startCdata() throws SAXException { in startCdata() 192 /*package*/ void endCdata() throws SAXException { in endCdata() 200 throws SAXException { in startNamespace() 207 /*package*/ void endNamespace(String prefix) throws SAXException { in endNamespace() 215 throws SAXException { in startDtd() [all …]
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
D | SAXParser.java | 29 import org.xml.sax.SAXException; 125 throws SAXException, IOException { in parse() 156 throws SAXException, IOException { in parse() 181 throws SAXException, IOException { in parse() 209 throws SAXException, IOException { in parse() 236 throws SAXException, IOException { in parse() 260 throws SAXException, IOException { in parse() 285 throws SAXException, IOException { in parse() 314 throws SAXException, IOException { in parse() 347 throws SAXException, IOException { in parse() [all …]
|
/libcore/luni/src/test/java/libcore/javax/xml/validation/ |
D | ValidatorHandlerTest.java | 33 import org.xml.sax.SAXException; 139 public void startDocument() throws SAXException { in startDocument() 143 public void endDocument() throws SAXException { in endDocument() 147 public void startPrefixMapping(String prefix, String uri) throws SAXException { in startPrefixMapping() 151 public void endPrefixMapping(String prefix) throws SAXException { in endPrefixMapping() 156 throws SAXException { in startElement() 160 public void endElement(String uri, String localName, String qName) throws SAXException { in endElement() 164 public void characters(char[] ch, int start, int length) throws SAXException { in characters() 168 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace() 172 public void processingInstruction(String target, String data) throws SAXException { in processingInstruction() [all …]
|