/libcore/luni/src/main/java/org/xml/sax/ext/ |
LexicalHandler.java | 8 import org.xml.sax.SAXException; 80 * @exception SAXException The application may raise an 87 throws SAXException; 97 * @exception SAXException The application may raise an exception. 101 throws SAXException; 148 * @exception SAXException The application may raise an exception. 154 throws SAXException; 161 * @exception SAXException The application may raise an exception. 165 throws SAXException; 176 * @exception SAXException The application may raise an exception [all...] |
DeclHandler.java | 8 import org.xml.sax.SAXException; 65 * @exception SAXException The application may raise an exception. 68 throws SAXException; 94 * @exception SAXException The application may raise an exception. 101 throws SAXException; 114 * @exception SAXException The application may raise an exception. 119 throws SAXException; 136 * @exception SAXException The application may raise an exception. 142 throws SAXException;
|
DefaultHandler2.java | 10 import org.xml.sax.SAXException; 47 throws SAXException 51 throws SAXException 55 throws SAXException 59 throws SAXException 63 throws SAXException 67 throws SAXException 71 throws SAXException 79 throws SAXException 83 throws SAXException [all...] |
/libcore/luni/src/main/java/org/xml/sax/ |
DocumentHandler.java | 86 * @exception org.xml.sax.SAXException Any SAX exception, possibly 90 throws SAXException; 102 * @exception org.xml.sax.SAXException Any SAX exception, possibly 106 throws SAXException; 126 * @exception org.xml.sax.SAXException Any SAX exception, possibly 132 throws SAXException; 147 * @exception org.xml.sax.SAXException Any SAX exception, possibly 151 throws SAXException; 174 * @exception org.xml.sax.SAXException Any SAX exception, possibly 180 throws SAXException; [all...] |
ErrorHandler.java | 69 * @exception org.xml.sax.SAXException Any SAX exception, possibly 74 throws SAXException; 98 * @exception org.xml.sax.SAXException Any SAX exception, possibly 103 throws SAXException; 130 * @exception org.xml.sax.SAXException Any SAX exception, possibly 135 throws SAXException;
|
HandlerBase.java | 71 * @exception org.xml.sax.SAXException Any SAX exception, possibly 76 throws SAXException 161 * @exception org.xml.sax.SAXException Any SAX exception, possibly 166 throws SAXException 180 * @exception org.xml.sax.SAXException Any SAX exception, possibly 185 throws SAXException 201 * @exception org.xml.sax.SAXException Any SAX exception, possibly 206 throws SAXException 221 * @exception org.xml.sax.SAXException Any SAX exception, possibly 226 throws SAXException [all...] |
ContentHandler.java | 98 * @throws org.xml.sax.SAXException any SAX exception, possibly 103 throws SAXException; 123 * @throws org.xml.sax.SAXException any SAX exception, possibly 128 throws SAXException; 164 * @throws org.xml.sax.SAXException the client may throw 170 throws SAXException; 184 * @throws org.xml.sax.SAXException the client may throw 190 throws SAXException; 251 * @throws org.xml.sax.SAXException any SAX exception, possibly 259 throws SAXException; [all...] |
SAXNotRecognizedException.java | 29 public class SAXNotRecognizedException extends SAXException
|
SAXNotSupportedException.java | 29 public class SAXNotSupportedException extends SAXException
|
SAXException.java | 4 // $Id: SAXException.java,v 1.7 2002/01/30 21:13:48 dbrownell Exp $ 25 * exceptions, it must wrap those exceptions in a SAXException 26 * or an exception derived from a SAXException.</p> 37 public class SAXException extends Exception { 41 * Create a new SAXException. 43 public SAXException () 50 * Create a new SAXException. 54 public SAXException (String message) { 61 * Create a new SAXException wrapping an existing exception. 65 * the SAXException.</p [all...] |
Parser.java | 65 * @exception org.xml.sax.SAXException Throws an exception 68 * @see org.xml.sax.SAXException 72 throws SAXException; 137 * ignored, except for fatalError, which will throw a SAXException 146 * @see SAXException 167 * @exception org.xml.sax.SAXException Any SAX exception, possibly 180 throws SAXException, IOException; 198 * @exception org.xml.sax.SAXException Any SAX exception, possibly 206 throws SAXException, IOException;
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
ScanHandler.java | 18 import org.xml.sax.SAXException; 29 public void adup(char[] buff, int offset, int length) throws SAXException; 35 public void aname(char[] buff, int offset, int length) throws SAXException; 41 public void aval(char[] buff, int offset, int length) throws SAXException; 46 public void cdsect(char[] buff, int offset, int length) throws SAXException; 52 public void decl(char[] buff, int offset, int length) throws SAXException; 58 public void entity(char[] buff, int offset, int length) throws SAXException; 64 public void eof(char[] buff, int offset, int length) throws SAXException; 70 public void etag(char[] buff, int offset, int length) throws SAXException; 76 public void gi(char[] buff, int offset, int length) throws SAXException; [all...] |
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
DefaultHandler.java | 17 import org.xml.sax.SAXException; 85 * @exception org.xml.sax.SAXException Any SAX exception, possibly 90 throws IOException, SAXException 114 * @exception org.xml.sax.SAXException Any SAX exception, possibly 119 throws SAXException 137 * @exception org.xml.sax.SAXException Any SAX exception, possibly 143 throws SAXException 181 * @exception org.xml.sax.SAXException Any SAX exception, possibly 186 throws SAXException 200 * @exception org.xml.sax.SAXException Any SAX exception, possibl [all...] |
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/ |
XMLReaderFactoryTest.java | 21 import org.xml.sax.SAXException; 38 } catch (SAXException e) { 47 } catch (SAXException e) { 57 } catch (SAXException e) { 67 } catch (SAXException e) { 79 } catch (SAXException e) { 89 } catch (SAXException e) { 101 } catch (SAXException e) { 108 } catch (SAXException e) { 116 } catch (SAXException e) [all...] |
DefaultHandlerTest.java | 22 import org.xml.sax.SAXException; 42 } catch (SAXException e) { 52 } catch (SAXException e) { 61 } catch (SAXException e) { 73 } catch (SAXException e) { 81 } catch (SAXException e) { 89 } catch (SAXException e) { 97 } catch (SAXException e) { 105 } catch (SAXException e) { 113 } catch (SAXException e) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ExtendedLexicalHandler.java | 23 import org.xml.sax.SAXException; 36 * @throws SAXException 38 public void comment(String comment) throws SAXException;
|
ExtendedContentHandler.java | 25 import org.xml.sax.SAXException; 57 * @throws SAXException 66 throws SAXException; 70 * @throws SAXException 73 throws org.xml.sax.SAXException; 87 * @throws SAXException 89 public void characters(String chars) throws SAXException; 95 * @throws SAXException 97 public void characters(org.w3c.dom.Node node) throws org.xml.sax.SAXException; 108 * @throws SAXException [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/util/xml/ |
SAXUtil.java | 38 import org.xml.sax.SAXException; 52 * @throws SAXException 54 public static int parseInt(String i, int def) throws SAXException{ 61 throw new SAXException("Expected an integer, got '"+i+"'"); 66 public static int parseInt(String i) throws SAXException{ 68 throw new SAXException("Expected an integer"); 73 throw new SAXException("Expected an integer, got '"+i+"'"); 78 public static float parseFloat(String f, float def) throws SAXException{ 85 throw new SAXException("Expected a decimal, got '"+f+"'"); 90 public static float parseFloat(String f) throws SAXException{ [all...] |
/frameworks/base/core/java/android/content/ |
ContentInsertHandler.java | 21 import org.xml.sax.SAXException; 36 * @throws SAXException 39 throws IOException, SAXException; 45 * @throws SAXException 48 throws SAXException;
|
DefaultDataHandler.java | 24 import org.xml.sax.SAXException; 88 throws IOException, SAXException { 94 throws SAXException { 99 private void parseRow(Attributes atts) throws SAXException { 106 throw new SAXException("attribute " + 120 throw new SAXException("attribute parsing failure"); 134 Attributes atts) throws SAXException { 139 throw new SAXException("uri is empty"); 143 throw new SAXException("insert to uri " + 163 throw new SAXException("illegal attributes number " + attrLen) [all...] |
/libcore/luni/src/test/java/tests/api/org/xml/sax/ |
SAXExceptionTest.java | 21 import org.xml.sax.SAXException; 29 SAXException e = new SAXException(); 39 SAXException e = new SAXException(ERR, c); 45 e = new SAXException(null, c); 59 SAXException e = new SAXException(ERR); 65 e = new SAXException((String)null); 75 SAXException e = new SAXException(c) [all...] |
HandlerBaseTest.java | 23 import org.xml.sax.SAXException; 41 } catch (SAXException e) { 61 } catch (SAXException e) { 69 } catch (SAXException e) { 77 } catch (SAXException e) { 85 } catch (SAXException e) { 93 } catch (SAXException e) { 101 } catch (SAXException e) { 109 } catch (SAXException e) { 117 } catch (SAXException e) [all...] |
/libcore/luni/src/test/java/tests/api/org/xml/sax/ext/ |
DefaultHandler2Test.java | 21 import org.xml.sax.SAXException; 37 } catch (SAXException e) { 45 } catch (SAXException e) { 53 } catch (SAXException e) { 61 } catch (SAXException e) { 69 } catch (SAXException e) { 77 } catch (SAXException e) { 85 } catch (SAXException e) { 93 } catch (SAXException e) { 101 } catch (SAXException e) [all...] |
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/ |
MockHandler.java | 26 import org.xml.sax.SAXException; 45 public void characters(char[] ch, int start, int length) throws SAXException { 49 public void endDocument() throws SAXException { 53 public void endElement(String name) throws SAXException { 57 public void endElement(String uri, String localName, String name) throws SAXException { 61 public void endPrefixMapping(String prefix) throws SAXException { 65 public void error(SAXParseException exception) throws SAXException { 69 public void fatalError(SAXParseException exception) throws SAXException { 73 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { 77 public void notationDecl(String name, String publicId, String systemId) throws SAXException { [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StopParseException.java | 30 public class StopParseException extends org.xml.sax.SAXException
|