Uses of Interface
com.hp.hpl.jena.ontology.OntDocumentManager.ReadFailureHandler

Packages that use OntDocumentManager.ReadFailureHandler
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
 

Uses of OntDocumentManager.ReadFailureHandler in com.hp.hpl.jena.ontology
 

Methods in com.hp.hpl.jena.ontology that return OntDocumentManager.ReadFailureHandler
 OntDocumentManager.ReadFailureHandler OntDocumentManager.getReadFailureHandler()
          Answer the handler object that handles failed document read attempts, or null if not defined.
 

Methods in com.hp.hpl.jena.ontology with parameters of type OntDocumentManager.ReadFailureHandler
 void OntDocumentManager.setReadFailureHandler(OntDocumentManager.ReadFailureHandler rfHandler)
          Set the handler for read failures, overwriting any existing value.
 



Licenced under the Apache License, Version 2.0