Uses of Interface
org.apache.jena.rdfxml.xmlinput1.StatementHandler
Packages that use StatementHandler
-
Uses of StatementHandler in org.apache.jena.rdfxml.xmlinput1
Subinterfaces of StatementHandler in org.apache.jena.rdfxml.xmlinput1Modifier and TypeInterfaceDescriptioninterfaceConvenience generalization of all ARP handler interfaces.Methods in org.apache.jena.rdfxml.xmlinput1 that return StatementHandlerModifier and TypeMethodDescriptionARPHandlers.getStatementHandler()Gets the current statement handler.ARPHandlers.setStatementHandler(StatementHandler sh) Sets the StatementHandler that provides the callback mechanism for each triple in the file.Methods in org.apache.jena.rdfxml.xmlinput1 with parameters of type StatementHandlerModifier and TypeMethodDescriptionARPHandlers.setStatementHandler(StatementHandler sh) Sets the StatementHandler that provides the callback mechanism for each triple in the file. -
Uses of StatementHandler in org.apache.jena.rdfxml.xmlinput1.impl
Fields in org.apache.jena.rdfxml.xmlinput1.impl declared as StatementHandlerMethods in org.apache.jena.rdfxml.xmlinput1.impl with parameters of type StatementHandler