Searched defs:setErrorHandler (Results 1 - 23 of 23) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/
H A DParser.java149 public abstract void setErrorHandler (ErrorHandler handler); method in interface:Parser
177 * @see #setErrorHandler
H A DXMLReader.java102 * r.setErrorHandler(new MyErrorHandler());
317 public void setErrorHandler (ErrorHandler handler);
325 * @see #setErrorHandler
376 * @see #setErrorHandler
315 public void setErrorHandler (ErrorHandler handler); method in interface:XMLReader
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/
H A DDoNothingParser.java49 public void setErrorHandler(ErrorHandler handler) { method in class:DoNothingParser
H A DMockParser.java60 public void setErrorHandler(ErrorHandler handler) { method in class:MockParser
61 logger.add("setErrorHandler", handler);
H A DNoAccessParser.java49 public void setErrorHandler(ErrorHandler handler) { method in class:NoAccessParser
H A DNoInstanceParser.java52 public void setErrorHandler(ErrorHandler handler) { method in class:NoInstanceParser
H A DNoSubclassParser.java48 public void setErrorHandler(ErrorHandler handler) { method in class:NoSubclassParser
H A DDoNothingXMLReader.java70 public void setErrorHandler(ErrorHandler handler) { method in class:DoNothingXMLReader
H A DNoAccessXMLReader.java70 public void setErrorHandler(ErrorHandler handler) { method in class:NoAccessXMLReader
H A DNoInstanceXMLReader.java73 public void setErrorHandler(ErrorHandler handler) { method in class:NoInstanceXMLReader
H A DNoSubclassXMLReader.java70 public void setErrorHandler(ErrorHandler handler) { method in class:NoSubclassXMLReader
H A DMockReader.java107 public void setErrorHandler(ErrorHandler handler) { method in class:MockReader
/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilder.java245 public abstract void setErrorHandler(ErrorHandler eh); method in class:DocumentBuilder
/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactory.java295 * See {@link #setErrorHandler(ErrorHandler errorHandler)}.
439 public abstract void setErrorHandler(ErrorHandler errorHandler); method in class:SchemaFactory
446 * the {@link #setErrorHandler(ErrorHandler)} method, or null
450 * @see #setErrorHandler(ErrorHandler)
510 * @see #setErrorHandler(ErrorHandler)
619 * there first. See {@link #setErrorHandler(ErrorHandler)}.
H A DValidator.java89 * @see #setErrorHandler(ErrorHandler)
249 public abstract void setErrorHandler(ErrorHandler errorHandler); method in class:Validator
256 * the {@link #setErrorHandler(ErrorHandler)} method, or null
260 * @see #setErrorHandler(ErrorHandler)
312 * @see #setErrorHandler(ErrorHandler)
H A DValidatorHandler.java237 public abstract void setErrorHandler(ErrorHandler errorHandler); method in class:ValidatorHandler
244 * the {@link #setErrorHandler(ErrorHandler)} method, or null
248 * @see #setErrorHandler(ErrorHandler)
300 * @see #setErrorHandler(ErrorHandler)
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
H A DDocumentBuilderTest.java107 * @see javax.xml.parsers.DocumentBuilder#setErrorHandler(
111 public void setErrorHandler(ErrorHandler eh) { method in class:DocumentBuilderTest.MockDocumentBuilder
555 db.setErrorHandler(handler);
576 db.setErrorHandler(handler);
592 db.setErrorHandler(null);
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatReader.java189 public void setErrorHandler(ErrorHandler handler) { method in class:ExpatReader
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DDocumentBuilderImpl.java362 public void setErrorHandler(ErrorHandler handler) { method in class:DocumentBuilderImpl
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DXMLFilterImpl.java304 public void setErrorHandler (ErrorHandler handler)
702 parent.setErrorHandler(this);
301 public void setErrorHandler (ErrorHandler handler) method in class:XMLFilterImpl
H A DXMLReaderAdapter.java175 * @see org.xml.sax.Parser#setErrorHandler
177 public void setErrorHandler (ErrorHandler handler)
179 xmlReader.setErrorHandler(handler);
176 public void setErrorHandler (ErrorHandler handler) method in class:XMLReaderAdapter
H A DParserAdapter.java347 public void setErrorHandler (ErrorHandler handler)
720 parser.setErrorHandler(errorHandler);
345 public void setErrorHandler (ErrorHandler handler) method in class:ParserAdapter
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java264 public void setErrorHandler(ErrorHandler handler) { method in class:Driver

Completed in 251 milliseconds