HomeSort by relevance Sort by last modified time
    Searched refs:SAXException (Results 26 - 50 of 318) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXWriter.java 37 public void adup(char[] buff, int offset, int length) throws SAXException {
42 public void aname(char[] buff, int offset, int length) throws SAXException {
49 public void aval(char[] buff, int offset, int length) throws SAXException {
55 public void cmnt(char [] buff, int offset, int length) throws SAXException {
61 public void entity(char[] buff, int offset, int length) throws SAXException { }
65 public void eof(char[] buff, int offset, int length) throws SAXException {
69 public void etag(char[] buff, int offset, int length) throws SAXException {
75 public void decl(char[] buff, int offset, int length) throws SAXException {
78 public void gi(char[] buff, int offset, int length) throws SAXException {
84 public void cdsect(char[] buff, int offset, int length) throws SAXException {
    [all...]
Scanner.java 20 import org.xml.sax.SAXException;
34 public void scan(Reader r, ScanHandler h) throws IOException, SAXException;
  /libcore/luni/src/main/java/org/xml/sax/
DTDHandler.java 75 * @exception org.xml.sax.SAXException Any SAX exception, possibly
83 throws SAXException;
99 * @exception org.xml.sax.SAXException Any SAX exception, possibly
113 throws SAXException;
EntityResolver.java 106 * @exception org.xml.sax.SAXException Any SAX exception, possibly
115 throws SAXException, IOException;
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java 14 import org.xml.sax.SAXException;
34 * } catch (SAXException e) {
102 * @exception org.xml.sax.SAXException If no default XMLReader class
107 throws SAXException
156 throw new SAXException ("Can't create default XMLReader; "
175 * @exception org.xml.sax.SAXException If the class cannot be
180 throws SAXException
186 throws SAXException
191 throw new SAXException("SAX2 driver class " + className +
194 throw new SAXException("SAX2 driver class " + className
    [all...]
XMLReaderAdapter.java 21 import org.xml.sax.SAXException;
40 * with a {@link org.xml.sax.SAXException SAXException}; if the XMLReader
66 * @exception org.xml.sax.SAXException If the embedded driver
71 throws SAXException
123 * @exception org.xml.sax.SAXException Thrown unless overridden.
126 throws SAXException
193 * @exception org.xml.sax.SAXException If there is a problem
199 throws IOException, SAXException
215 * @exception org.xml.sax.SAXException If there is a proble
    [all...]
XMLFilterImpl.java 17 import org.xml.sax.SAXException;
325 * @exception org.xml.sax.SAXException Any SAX exception, possibly
332 throws SAXException, IOException
343 * @exception org.xml.sax.SAXException Any SAX exception, possibly
350 throws SAXException, IOException
369 * @exception org.xml.sax.SAXException The client may throw
376 throws SAXException, IOException
399 * @exception org.xml.sax.SAXException The client may throw
403 throws SAXException
418 * @exception org.xml.sax.SAXException The client may thro
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 32 import org.xml.sax.SAXException;
51 public void endElement(String elemName) throws SAXException
61 throws SAXException
81 throws org.xml.sax.SAXException
87 public void comment(String data) throws org.xml.sax.SAXException
127 public void indent(int n) throws SAXException
204 throws SAXException
211 public void elementDecl(String arg0, String arg1) throws SAXException
219 throws SAXException
227 throws SAXException
    [all...]
ToTextStream.java 28 import org.xml.sax.SAXException;
58 * @throws org.xml.sax.SAXException Any SAX exception, possibly
61 * @throws org.xml.sax.SAXException
63 protected void startDocumentInternal() throws org.xml.sax.SAXException
81 * @throws org.xml.sax.SAXException Any SAX exception, possibly
84 * @throws org.xml.sax.SAXException
86 public void endDocument() throws org.xml.sax.SAXException
119 * @throws org.xml.sax.SAXException Any SAX exception, possibly
124 * @throws org.xml.sax.SAXException
128 throws org.xml.sax.SAXException
    [all...]
ToSAXHandler.java 28 import org.xml.sax.SAXException;
91 protected void startDocumentInternal() throws SAXException
106 throws SAXException
116 * @throws org.xml.sax.SAXException
120 public void characters(String characters) throws SAXException
136 public void comment(String comment) throws SAXException
163 throws SAXException
168 protected void closeStartTag() throws SAXException
172 protected void closeCDATA() throws SAXException
182 * @throws org.xml.sax.SAXException Any SAX exception, possibl
    [all...]
ToXMLSAXHandler.java 34 import org.xml.sax.SAXException;
87 public void indent(int n) throws SAXException
102 public boolean setEscaping(boolean escape) throws SAXException
146 throws SAXException
153 public void elementDecl(String arg0, String arg1) throws SAXException
161 throws SAXException
169 throws SAXException
177 public void endDocument() throws SAXException
193 protected void closeStartTag() throws SAXException
222 public void closeCDATA() throws SAXException
    [all...]
SerializationHandler.java 30 import org.xml.sax.SAXException;
82 public boolean setEscaping(boolean escape) throws SAXException;
135 public void flushPending() throws SAXException;
  /libcore/luni/src/main/java/org/xml/sax/ext/
EntityResolver2.java 11 import org.xml.sax.SAXException;
128 * @exception SAXException Any SAX exception, possibly wrapping
134 throws SAXException, IOException;
185 * @exception SAXException Any SAX exception, possibly wrapping
195 ) throws SAXException, IOException;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource.java 26 import org.xml.sax.SAXException;
84 * @throws SAXException is parse thread is already in progress
87 public void startParse(InputSource source) throws SAXException;
IncrementalSAXSource_Filter.java 36 import org.xml.sax.SAXException;
222 throws org.xml.sax.SAXException
233 throws org.xml.sax.SAXException
244 throws org.xml.sax.SAXException
255 throws org.xml.sax.SAXException
266 throws org.xml.sax.SAXException
277 throws org.xml.sax.SAXException
299 throws org.xml.sax.SAXException
310 throws org.xml.sax.SAXException
325 throws org.xml.sax.SAXException
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 41 throws SAXException
46 throw new SAXException(ioe);
51 throws SAXException
56 throw new SAXException(ioe);
84 throws SAXException
115 throws SAXException
121 throws SAXException
127 throws SAXException
141 throws SAXException
147 throws SAXException
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 175 protected void append(Node newNode) throws org.xml.sax.SAXException
207 throw new org.xml.sax.SAXException(
220 throw new org.xml.sax.SAXException(
274 public void startDocument() throws org.xml.sax.SAXException
289 public void endDocument() throws org.xml.sax.SAXException
320 throws org.xml.sax.SAXException
401 throw new org.xml.sax.SAXException(de);
426 throws org.xml.sax.SAXException
467 public void characters(char ch[], int start, int length) throws org.xml.sax.SAXException
503 throws org.xml.sax.SAXException
    [all...]
XMLReaderManager.java 31 import org.xml.sax.SAXException;
80 public synchronized XMLReader getXMLReader() throws SAXException {
123 } catch (SAXException se) {
128 throw new SAXException(ex);
130 throw new SAXException(ex1.toString());
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 31 import org.xml.sax.SAXException;
96 * @exception SAXException If any parse errors occur.
101 throws SAXException, IOException {
120 * @exception SAXException If any parse errors occur.
125 throws SAXException, IOException {
144 * @exception SAXException If any parse errors occur.
149 throws SAXException, IOException {
166 * @exception SAXException If any parse errors occur.
171 public Document parse(File f) throws SAXException, IOException {
194 * @exception SAXException If any parse errors occur
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Makedict.java 24 import org.xml.sax.SAXException;
39 SAXException, UnsupportedFormatException {
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 44 import org.xml.sax.SAXException;
124 protected void clearCoRoutine(SAXException ex)
241 * @throws SAXException The client may throw
249 throws SAXException, IOException
272 * @throws SAXException The client may throw
277 throws SAXException
293 * @throws SAXException The client may throw
299 throws SAXException
341 * @throws SAXException The client may throw
345 public void startDocument() throws SAXException
    [all...]
TrAXFilter.java 101 * @throws org.xml.sax.SAXException Any SAX exception, possibly
109 throws org.xml.sax.SAXException, IOException
125 catch (org.xml.sax.SAXException se) {}
133 throw new org.xml.sax.SAXException( ex );
135 throw new org.xml.sax.SAXException( ex1.toString() );
150 catch (org.xml.sax.SAXException se){}
161 throw new org.xml.sax.SAXException(XSLMessages.createMessage(XSLTErrorResources.ER_CANNOT_CALL_PARSE, null)); //"parse can not be called if the ContentHandler has not been set!");
168 if(e instanceof org.xml.sax.SAXException)
169 throw (org.xml.sax.SAXException)e;
171 throw new org.xml.sax.SAXException(e)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFuncResult.java 30 import org.xml.sax.SAXException;
47 throws SAXException
60 handler.error(msg, new SAXException(msg));
67 handler.error(msg, new SAXException(msg));
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockParser.java 28 import org.xml.sax.SAXException;
40 public void parse(InputSource source) throws SAXException, IOException {
44 public void parse(String systemId) throws SAXException, IOException {
64 public void setLocale(Locale locale) throws SAXException {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 7 # ===== SAXEXCEPTION =====
9 class SAXException(Exception):
14 receive a SAXException as the argument to the handlers in the
46 class SAXParseException(SAXException):
56 Since this exception is a subclass of SAXException, it inherits
61 SAXException.__init__(self, msg, exception)
105 class SAXNotRecognizedException(SAXException):
115 class SAXNotSupportedException(SAXException):

Completed in 399 milliseconds

12 3 4 5 6 7 8 91011>>