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

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

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

Classes in com.hp.hpl.jena.ontology that implement OntDocumentManager.ReadHook
static class OntDocumentManager.DefaultReadHook
          The default implementation of OntDocumentManager.ReadHook makes no changes.
 

Methods in com.hp.hpl.jena.ontology that return OntDocumentManager.ReadHook
 OntDocumentManager.ReadHook OntDocumentManager.getReadHook()
          Answer the current ReadHook for this document manager instance
 OntDocumentManager.ReadHook OntDocumentManager.setReadHook(OntDocumentManager.ReadHook hook)
          Replace the existing ReadHook with the given value.
 

Methods in com.hp.hpl.jena.ontology with parameters of type OntDocumentManager.ReadHook
 OntDocumentManager.ReadHook OntDocumentManager.setReadHook(OntDocumentManager.ReadHook hook)
          Replace the existing ReadHook with the given value.
 



Licenced under the Apache License, Version 2.0