HomeSort by relevance Sort by last modified time
    Searched full:errorhandler (Results 51 - 75 of 81) sorted by null

1 23 4

  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXTransformerFactory.java 34 * <p>If an application wants to set the ErrorHandler or EntityResolver
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 48 import org.xml.sax.ErrorHandler;
137 builder.setErrorHandler(new ErrorHandler() {
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParserFactory.java 194 * {@link org.xml.sax.ErrorHandler#fatalError(SAXParseException exception)}.
278 * In other words, if the user-specified {@link org.xml.sax.ErrorHandler}
  /libcore/luni/src/main/java/org/xml/sax/
XMLReader.java 317 public void setErrorHandler (ErrorHandler handler);
327 public ErrorHandler getErrorHandler ();
package.html 133 errors are reported using the ErrorHandler.error() callback.
ContentHandler.java 56 * @see org.xml.sax.ErrorHandler
111 * org.xml.sax.ErrorHandler#fatalError}. Until this ambiguity is
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 17 import org.xml.sax.ErrorHandler;
177 public void setErrorHandler (ErrorHandler handler)
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
XMLFilterImplTest.java 27 import org.xml.sax.ErrorHandler;
270 args = { ErrorHandler.class }
  /prebuilt/sdk/8/
android.jar 
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
Compiler.java 80 * @param errorHandler Error listener where messages will be sent, or null
88 public Compiler(ErrorListener errorHandler, SourceLocator locator,
91 m_errorHandler = errorHandler;
    [all...]
XPathParser.java 118 // Patch for Christine's gripe. She wants her errorHandler to return from
503 // Patch for Christina's gripe. She wants her errorHandler to return from
532 // Patch for Christina's gripe. She wants her errorHandler to return from
    [all...]
  /libcore/luni/src/main/java/java/util/
Properties.java 45 import org.xml.sax.ErrorHandler;
627 builder.setErrorHandler(new ErrorHandler() {
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 49 implements EntityResolver, DTDHandler, ContentHandler, ErrorHandler,
452 * Return this DTM's ErrorHandler.
456 public ErrorHandler getErrorHandler()
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 38 private ErrorHandler theErrorHandler = this;
430 public void setErrorHandler (ErrorHandler handler) {
434 public ErrorHandler getErrorHandler () {
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
SerializerBase.java 967 * @see org.xml.sax.ErrorHandler#error(SAXParseException)
973 * @see org.xml.sax.ErrorHandler#fatalError(SAXParseException)
982 * @see org.xml.sax.ErrorHandler#warning(SAXParseException)
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/
XPathContext.java 648 ErrorListener errorHandler = getErrorListener();
650 if (errorHandler != null)
652 errorHandler.fatalError(
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 118 * The default implementation of ContentHandler, DTDHandler and ErrorHandler.
458 // Reset the ContentHandler, DTDHandler, ErrorHandler to the DefaultHandler
DTMDocumentImpl.java 371 * Return this DTM's ErrorHandler.
375 public org.xml.sax.ErrorHandler getErrorHandler()
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/
DTM.java     [all...]
  /prebuilt/sdk/9/
android.jar 
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java     [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 403 * the <code>ErrorHandler</code> instance associated with the "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-error-handler'>
  /prebuilt/sdk/10/
android.jar 
  /external/libvpx/examples/includes/geshi/geshi/
java5.php     [all...]

Completed in 570 milliseconds

1 23 4