Uses of Class
org.apache.jena.rdfxml.xmlinput.ARPHandlers
Packages that use ARPHandlers
-
Uses of ARPHandlers in org.apache.jena.rdfxml.xmlinput
Methods in org.apache.jena.rdfxml.xmlinput that return ARPHandlersModifier and TypeMethodDescriptionstatic ARPHandlersARPHandlers.createNewHandlers()Internal use onlyARP.getHandlers()Deprecated.The handlers used during parsing.ARPConfig.getHandlers()The handlers used during parsing.SAX2RDF.getHandlers()The handlers used for processing ARP events.Methods in org.apache.jena.rdfxml.xmlinput with parameters of type ARPHandlersModifier and TypeMethodDescriptionvoidARP.setHandlersWith(ARPHandlers handlers) Deprecated.Copies the handlers from the argument to be used by this instance.voidARPConfig.setHandlersWith(ARPHandlers handlers) Copies the handlers from the argument to be used by this instance.voidSAX2RDF.setHandlersWith(ARPHandlers handlers) Copys handlers used for processing ARP events. -
Uses of ARPHandlers in org.apache.jena.rdfxml.xmlinput.impl
Methods in org.apache.jena.rdfxml.xmlinput.impl that return ARPHandlersMethods in org.apache.jena.rdfxml.xmlinput.impl with parameters of type ARPHandlers