|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.ontology.OntDocumentManager.DefaultReadHook
public static class OntDocumentManager.DefaultReadHook
The default implementation of OntDocumentManager.ReadHook
makes no changes.
Constructor Summary | |
---|---|
OntDocumentManager.DefaultReadHook()
|
Method Summary | |
---|---|
void |
afterRead(Model model,
java.lang.String source,
OntDocumentManager odm)
Behaviour that is invoked just after the contents of the given source (URI or filename) have been read into the given model. |
java.lang.String |
beforeRead(Model model,
java.lang.String source,
OntDocumentManager odm)
Behaviour that is invoked before the contents of the given source (URI or filename) are read into the given model. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OntDocumentManager.DefaultReadHook()
Method Detail |
---|
public void afterRead(Model model, java.lang.String source, OntDocumentManager odm)
OntDocumentManager.ReadHook
Behaviour that is invoked just after the contents of the given source (URI or filename) have been read into the given model. Handlers are permitted to make state changes to the model and the ODM, but carefully!
afterRead
in interface OntDocumentManager.ReadHook
model
- The model that is going to receive the contents of the sourcesource
- The identity of the source, as a file name or URIodm
- The Ont Document Manager invoking this handlerpublic java.lang.String beforeRead(Model model, java.lang.String source, OntDocumentManager odm)
OntDocumentManager.ReadHook
Behaviour that is invoked before the contents of the given source (URI or filename) are read into the given model. The return value from this method denotes a revised string to use in place of the supplied source string. Handlers are permitted to make state changes to the model and the ODM, but carefully!
beforeRead
in interface OntDocumentManager.ReadHook
model
- The model that is going to receive the contents of the sourcesource
- The identity of the source, as a file name or URIodm
- The Ont Document Manager invoking this handler
null
, the source will not be subsequently read.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |