Uses of Interface
org.semanticweb.owlapi.rdf.turtle.parser.TripleHandler
Packages that use TripleHandler
-
Uses of TripleHandler in org.semanticweb.owlapi.rdf.turtle.parser
Classes in org.semanticweb.owlapi.rdf.turtle.parser that implement TripleHandlerModifier and TypeClassDescriptionclass
The Class NullTripleHandler.class
The Class OWLRDFConsumerAdapter.Methods in org.semanticweb.owlapi.rdf.turtle.parser with parameters of type TripleHandlerModifier and TypeMethodDescriptionvoid
TurtleParser.setTripleHandler
(TripleHandler handler) Sets the triple handler.Constructors in org.semanticweb.owlapi.rdf.turtle.parser with parameters of type TripleHandlerModifierConstructorDescriptionTurtleParser
(InputStream is, TripleHandler handler, IRI base) Instantiates a new turtle parser.TurtleParser
(Reader reader, TripleHandler handler, IRI base) Instantiates a new turtle parser.