Uses of Interface
com.hp.hpl.jena.rdf.model.RDFErrorHandler

Packages that use RDFErrorHandler
com.hp.hpl.jena.rdf.arp A parser for RDF/XML
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
com.hp.hpl.jena.xmloutput Writing RDF/XML
 

Uses of RDFErrorHandler in com.hp.hpl.jena.rdf.arp
 

Classes in com.hp.hpl.jena.rdf.arp that implement RDFErrorHandler
 class ExceptionTests
           
 class MoreTests
           
 

Methods in com.hp.hpl.jena.rdf.arp that return RDFErrorHandler
 RDFErrorHandler JenaReader.setErrorHandler(RDFErrorHandler errHandler)
          Change the error handler.
 RDFErrorHandler SAX2Model.setErrorHandler(RDFErrorHandler errHandler)
          Change the error handler.
 

Methods in com.hp.hpl.jena.rdf.arp with parameters of type RDFErrorHandler
 RDFErrorHandler JenaReader.setErrorHandler(RDFErrorHandler errHandler)
          Change the error handler.
 RDFErrorHandler SAX2Model.setErrorHandler(RDFErrorHandler errHandler)
          Change the error handler.
 

Uses of RDFErrorHandler in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model that return RDFErrorHandler
 RDFErrorHandler RDFReader.setErrorHandler(RDFErrorHandler errHandler)
          Set an error handler for the reader
 RDFErrorHandler RDFWriter.setErrorHandler(RDFErrorHandler errHandler)
          Set an error handler.
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type RDFErrorHandler
 RDFErrorHandler RDFReader.setErrorHandler(RDFErrorHandler errHandler)
          Set an error handler for the reader
 RDFErrorHandler RDFWriter.setErrorHandler(RDFErrorHandler errHandler)
          Set an error handler.
 

Uses of RDFErrorHandler in com.hp.hpl.jena.xmloutput
 

Classes in com.hp.hpl.jena.xmloutput that implement RDFErrorHandler
 class testWriterAndReader
          This will test any Writer and Reader pair.
 



Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP