Uses of Interface
org.apache.jena.ontology.OntDocumentManager.ReadHook
Packages that use OntDocumentManager.ReadHook
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
-
Uses of OntDocumentManager.ReadHook in org.apache.jena.ontology
Classes in org.apache.jena.ontology that implement OntDocumentManager.ReadHookModifier and TypeClassDescriptionstatic classThe default implementation ofOntDocumentManager.ReadHookmakes no changes.Methods in org.apache.jena.ontology that return OntDocumentManager.ReadHookModifier and TypeMethodDescriptionOntDocumentManager.getReadHook()Answer the current ReadHook for this document manager instanceOntDocumentManager.setReadHook(OntDocumentManager.ReadHook hook) Replace the existing ReadHook with the given value.Methods in org.apache.jena.ontology with parameters of type OntDocumentManager.ReadHookModifier and TypeMethodDescriptionOntDocumentManager.setReadHook(OntDocumentManager.ReadHook hook) Replace the existing ReadHook with the given value.