com.hp.hpl.jena.rdf.arp
Class ARPSaxErrorHandler

java.lang.Object
  extended bycom.hp.hpl.jena.rdf.arp.ARPSaxErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class ARPSaxErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler

This class is not part of the API. It is public merely for test purposes.

Author:
Jeremy Carroll

Constructor Summary
ARPSaxErrorHandler(RDFErrorHandler errorHandler)
           
 
Method Summary
 void error(org.xml.sax.SAXParseException e)
           
 void fatalError(org.xml.sax.SAXParseException e)
           
 void warning(org.xml.sax.SAXParseException e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARPSaxErrorHandler

public ARPSaxErrorHandler(RDFErrorHandler errorHandler)
Method Detail

error

public void error(org.xml.sax.SAXParseException e)
           throws org.xml.sax.SAXException
Specified by:
error in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

warning

public void warning(org.xml.sax.SAXParseException e)
             throws org.xml.sax.SAXException
Specified by:
warning in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

fatalError

public void fatalError(org.xml.sax.SAXParseException e)
                throws org.xml.sax.SAXException
Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.