Searched refs:ErrorHandler (Results 1 - 25 of 144) sorted by relevance

123456

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDraconianErrorHandler.java63 import org.xml.sax.ErrorHandler;
68 * {@link ErrorHandler} that throws all errors and fatal errors.
73 public class DraconianErrorHandler implements ErrorHandler {
77 public static final ErrorHandler theInstance = new DraconianErrorHandler();
H A DErrorHandlerWrapper.java27 import org.xml.sax.ErrorHandler;
34 * @see ErrorHandler
47 protected ErrorHandler fErrorHandler;
57 public ErrorHandlerWrapper(ErrorHandler errorHandler) {
59 } // <init>(ErrorHandler)
66 public void setErrorHandler(ErrorHandler errorHandler) {
68 } // setErrorHandler(ErrorHandler)
71 public ErrorHandler getErrorHandler() {
73 } // getErrorHandler():ErrorHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DDowngradingErrorHandler.java28 import org.xml.sax.ErrorHandler;
33 * {@link ErrorHandler} that reports all errors as warnings.
37 final class DowngradingErrorHandler implements ErrorHandler {
38 private final ErrorHandler core;
40 public DowngradingErrorHandler(ErrorHandler core) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/util/
H A DFatalAdapter.java28 import org.xml.sax.ErrorHandler;
37 public class FatalAdapter implements ErrorHandler {
38 private final ErrorHandler core;
40 public FatalAdapter(ErrorHandler handler) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DErrorListener.java28 import org.xml.sax.ErrorHandler;
36 * This class implements {@link ErrorHandler} so it can be
37 * passed to anywhere where {@link ErrorHandler} is expected.
47 public interface ErrorListener extends ErrorHandler {
/openjdk7/jaxp/src/org/xml/sax/
H A DErrorHandler.java29 // $Id: ErrorHandler.java,v 1.2 2004/11/03 22:44:52 jsuttor Exp $
52 * register an ErrorHandler, XML parsing errors will go unreported,
54 * In order to detect validity errors, an ErrorHandler that does something
73 public interface ErrorHandler { interface
163 // end of ErrorHandler.java
H A DXMLReader.java339 public void setErrorHandler (ErrorHandler handler);
349 public ErrorHandler getErrorHandler ();
H A DParser.java72 * @see org.xml.sax.ErrorHandler
168 * @see ErrorHandler
172 public abstract void setErrorHandler (ErrorHandler handler);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DErrorHandler.java36 public interface ErrorHandler { interface
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DValidationErrorHandler.java29 import org.xml.sax.ErrorHandler;
35 * An {@link ErrorHandler} to receive errors encountered during the
43 public abstract class ValidationErrorHandler implements ErrorHandler {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DDraconianErrorHandler.java28 import org.xml.sax.ErrorHandler;
35 public class DraconianErrorHandler implements ErrorHandler {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DAnnotationParser.java30 import org.xml.sax.ErrorHandler;
63 ErrorHandler errorHandler,
H A DXMLParser.java32 import org.xml.sax.ErrorHandler;
59 * If ErrorHandler throws a SAXException, this method
64 ErrorHandler errorHandler, EntityResolver entityResolver )
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDraconianErrorHandler.java23 import org.xml.sax.ErrorHandler;
28 * {@link ErrorHandler} that throws all errors and fatal errors.
32 final class DraconianErrorHandler implements ErrorHandler {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DErrorHandler.java38 * Internally, {@link ModelBuilder} wraps an {@link ErrorHandler} and all the model
48 public interface ErrorHandler { interface
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializationHandler.java31 import org.xml.sax.ErrorHandler;
52 ErrorHandler,
H A DToSAXHandler.java29 import org.xml.sax.ErrorHandler;
367 * @see org.xml.sax.ErrorHandler#fatalError(SAXParseException)
374 if (m_saxHandler instanceof ErrorHandler) {
375 ((ErrorHandler)m_saxHandler).fatalError(exc);
380 * @see org.xml.sax.ErrorHandler#error(SAXParseException)
385 if (m_saxHandler instanceof ErrorHandler)
386 ((ErrorHandler)m_saxHandler).error(exc);
391 * @see org.xml.sax.ErrorHandler#warning(SAXParseException)
396 if (m_saxHandler instanceof ErrorHandler)
397 ((ErrorHandler)m_saxHandle
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DDefaultAnnotationParser.java32 import org.xml.sax.ErrorHandler;
51 ErrorHandler errorHandler, EntityResolver entityResolver ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/
H A DErrorListener.java28 import org.xml.sax.ErrorHandler;
36 * This class implements {@link ErrorHandler} so it can be
37 * passed to anywhere where {@link ErrorHandler} is expected.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAbstractInlineAnnotationReaderImpl.java30 import com.sun.xml.internal.bind.v2.model.core.ErrorHandler;
44 private ErrorHandler errorHandler;
46 public void setErrorHandler(ErrorHandler errorHandler) {
53 * Always return a non-null valid {@link ErrorHandler}
55 public final ErrorHandler getErrorHandler() {
/openjdk7/jaxp/src/javax/xml/validation/
H A DValidator.java34 import org.xml.sax.ErrorHandler;
63 * <code>null</code> {@link ErrorHandler} and
78 * <p>The reset <code>Validator</code> is not guaranteed to have the same {@link LSResourceResolver} or {@link ErrorHandler}
80 * <code>LSResourceResolver</code> and <code>ErrorHandler</code>.</p>
105 * If the {@link ErrorHandler} throws a {@link SAXException} or
106 * if a fatal error is found and the {@link ErrorHandler} returns
191 * {@link ErrorHandler}.</p>
194 * but none of them were fatal and the <code>ErrorHandler</code> didn't
223 * If the <code>ErrorHandler</code> throws a
225 * if a fatal error is found and the <code>ErrorHandler</cod
[all...]
H A DValidatorHandler.java30 import org.xml.sax.ErrorHandler;
121 * <code>null</code> {@link ErrorHandler} and
166 * from the {@link ValidatorHandler}. The {@link ErrorHandler}
192 * Sets the {@link ErrorHandler} to receive errors encountered
197 * during a validation. When an {@link ErrorHandler} is set,
199 * to the {@link ErrorHandler}.
205 * validation by returning normally from the {@link ErrorHandler}
208 * If any {@link Throwable} is thrown from an {@link ErrorHandler},
215 * {@link ErrorHandler}.
218 * When the {@link ErrorHandler} i
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForestParser.java31 import org.xml.sax.ErrorHandler;
72 public void parse(InputSource source, ContentHandler handler, EntityResolver entityResolver, ErrorHandler errHandler) throws SAXException, IOException {
76 public void parse(InputSource source, ContentHandler handler, ErrorHandler errorHandler, EntityResolver entityResolver)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DPlugin.java37 import org.xml.sax.ErrorHandler;
192 * Compared to the {@link #run(Outline, Options, ErrorHandler)}
210 public void postProcessModel(Model model, ErrorHandler errorHandler) {
238 * After an error is reported to {@link ErrorHandler}, the
240 * error. {@link ErrorHandler} itself may throw it, if it chooses
244 Outline outline, Options opt, ErrorHandler errorHandler ) throws SAXException ;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/util/
H A DCheckingSchemaBuilder.java57 import org.xml.sax.ErrorHandler;
89 public CheckingSchemaBuilder( SchemaBuilder sb, ErrorHandler eh ) {
92 public CheckingSchemaBuilder( SchemaBuilder sb, ErrorHandler eh, DatatypeLibraryFactory dlf ) {

Completed in 176 milliseconds

123456