Uses of Interface
org.apache.jena.rdf.model.RDFErrorHandler
Packages that use RDFErrorHandler
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
A parser for RDF/XML.
A parser for RDF/XML.
-
Uses of RDFErrorHandler in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return RDFErrorHandlerModifier and TypeMethodDescriptionRDFReaderI.setErrorHandler
(RDFErrorHandler errHandler) Set an error handler for the readerRDFWriterI.setErrorHandler
(RDFErrorHandler errHandler) Set an error handler.Methods in org.apache.jena.rdf.model with parameters of type RDFErrorHandlerModifier and TypeMethodDescriptionRDFReaderI.setErrorHandler
(RDFErrorHandler errHandler) Set an error handler for the readerRDFWriterI.setErrorHandler
(RDFErrorHandler errHandler) Set an error handler. -
Uses of RDFErrorHandler in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement RDFErrorHandlerModifier and TypeClassDescriptionclass
The default error handler for RDF/XML I/O.Methods in org.apache.jena.rdf.model.impl that return RDFErrorHandlerModifier and TypeMethodDescriptionNTripleReader.setErrorHandler
(RDFErrorHandler errHandler) NTripleWriter.setErrorHandler
(RDFErrorHandler errHandler) Methods in org.apache.jena.rdf.model.impl with parameters of type RDFErrorHandlerModifier and TypeMethodDescriptionNTripleReader.setErrorHandler
(RDFErrorHandler errHandler) NTripleWriter.setErrorHandler
(RDFErrorHandler errHandler) -
Uses of RDFErrorHandler in org.apache.jena.rdfxml.xmlinput0
Methods in org.apache.jena.rdfxml.xmlinput0 that return RDFErrorHandlerModifier and TypeMethodDescriptionRDFXMLReader0.setErrorHandler
(RDFErrorHandler errHandler) Change the error handler.SAX2Model.setErrorHandler
(RDFErrorHandler errHandler) Change the error handler.Methods in org.apache.jena.rdfxml.xmlinput0 with parameters of type RDFErrorHandlerModifier and TypeMethodDescriptionRDFXMLReader0.setErrorHandler
(RDFErrorHandler errHandler) Change the error handler.SAX2Model.setErrorHandler
(RDFErrorHandler errHandler) Change the error handler. -
Uses of RDFErrorHandler in org.apache.jena.rdfxml.xmlinput0.impl
Methods in org.apache.jena.rdfxml.xmlinput0.impl with parameters of type RDFErrorHandlerModifier and TypeMethodDescriptionvoid
ARPSaxErrorHandler.setErrorHandler
(RDFErrorHandler errorHandler) Constructors in org.apache.jena.rdfxml.xmlinput0.impl with parameters of type RDFErrorHandler -
Uses of RDFErrorHandler in org.apache.jena.rdfxml.xmlinput1
Methods in org.apache.jena.rdfxml.xmlinput1 that return RDFErrorHandlerModifier and TypeMethodDescriptionRDFXMLReader.setErrorHandler
(RDFErrorHandler errHandler) Change the error handler.SAX2Model.setErrorHandler
(RDFErrorHandler errHandler) Change the error handler.Methods in org.apache.jena.rdfxml.xmlinput1 with parameters of type RDFErrorHandlerModifier and TypeMethodDescriptionRDFXMLReader.setErrorHandler
(RDFErrorHandler errHandler) Change the error handler.SAX2Model.setErrorHandler
(RDFErrorHandler errHandler) Change the error handler. -
Uses of RDFErrorHandler in org.apache.jena.rdfxml.xmlinput1.impl
Methods in org.apache.jena.rdfxml.xmlinput1.impl with parameters of type RDFErrorHandlerModifier and TypeMethodDescriptionvoid
ARPSaxErrorHandler.setErrorHandler
(RDFErrorHandler errorHandler) Constructors in org.apache.jena.rdfxml.xmlinput1.impl with parameters of type RDFErrorHandler -
Uses of RDFErrorHandler in org.apache.jena.rdfxml.xmloutput.impl
Classes in org.apache.jena.rdfxml.xmloutput.impl that implement RDFErrorHandlerModifier and TypeClassDescriptionclass
Writes out RDF in the abbreviated syntax, for human consumption not only machine readable.Methods in org.apache.jena.rdfxml.xmloutput.impl that return RDFErrorHandlerModifier and TypeMethodDescriptionBaseXMLWriter.setErrorHandler
(RDFErrorHandler errHandler) Set an error handler.Methods in org.apache.jena.rdfxml.xmloutput.impl with parameters of type RDFErrorHandlerModifier and TypeMethodDescriptionBaseXMLWriter.setErrorHandler
(RDFErrorHandler errHandler) Set an error handler.