Searched refs:DefaultErrorHandler (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDefaultErrorHandler.java35 public class DefaultErrorHandler class in inherits:XMLErrorHandler
53 public DefaultErrorHandler() { method in class:DefaultErrorHandler
61 public DefaultErrorHandler(PrintWriter out) { method in class:DefaultErrorHandler
116 } // class DefaultErrorHandler
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDefaultErrorHandler.java21 * $Id: DefaultErrorHandler.java,v 1.2.4.1 2005/09/15 08:15:43 suresh_emailid Exp $
44 public class DefaultErrorHandler implements ErrorHandler, ErrorListener class in inherits:ErrorHandler,ErrorListener
56 * Constructor DefaultErrorHandler
58 public DefaultErrorHandler(PrintWriter pw) method in class:DefaultErrorHandler
64 * Constructor DefaultErrorHandler
66 public DefaultErrorHandler(PrintStream pw) method in class:DefaultErrorHandler
72 * Constructor DefaultErrorHandler
74 public DefaultErrorHandler() method in class:DefaultErrorHandler
80 * Constructor DefaultErrorHandler
82 public DefaultErrorHandler(boolea method in class:DefaultErrorHandler
[all...]
H A DDOM2Helper.java168 new com.sun.org.apache.xml.internal.utils.DefaultErrorHandler());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLErrorReporter.java66 import com.sun.org.apache.xerces.internal.util.DefaultErrorHandler;
425 fDefaultErrorHandler = new DefaultErrorHandler();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java69 import com.sun.org.apache.xml.internal.utils.DefaultErrorHandler;
218 tfactory.setErrorListener(new DefaultErrorHandler());
838 transformer.setErrorListener(new DefaultErrorHandler());
917 serializer.setErrorListener(new DefaultErrorHandler());
1149 DefaultErrorHandler.printLocation(diagnosticsWriter, throwable);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDLoader.java77 import com.sun.org.apache.xerces.internal.util.DefaultErrorHandler;
209 errorReporter.setProperty(ERROR_HANDLER, new DefaultErrorHandler());
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPath.java172 errorListener = new com.sun.org.apache.xml.internal.utils.DefaultErrorHandler();
221 errorListener = new com.sun.org.apache.xml.internal.utils.DefaultErrorHandler();
H A DXPathContext.java547 m_defaultErrorListener = new com.sun.org.apache.xml.internal.utils.DefaultErrorHandler();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java51 import com.sun.org.apache.xerces.internal.util.DefaultErrorHandler;
328 errorReporter.setProperty(ERROR_HANDLER, new DefaultErrorHandler());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java70 import com.sun.org.apache.xerces.internal.util.DefaultErrorHandler;
705 fAnnotationValidator.setProperty(ERROR_HANDLER, (errorHandler != null) ? errorHandler : new DefaultErrorHandler());
3522 fSchemaParser.setProperty(ERROR_HANDLER, (currErrorHandler != null) ? currErrorHandler : new DefaultErrorHandler());
3524 fAnnotationValidator.setProperty(ERROR_HANDLER, (currErrorHandler != null) ? currErrorHandler : new DefaultErrorHandler());

Completed in 2616 milliseconds