Uses of Class
org.apache.jena.rdfxml.arp1.ARPHandlers
Packages that use ARPHandlers
-
Uses of ARPHandlers in org.apache.jena.rdfxml.arp1
Methods in org.apache.jena.rdfxml.arp1 that return ARPHandlersModifier and TypeMethodDescriptionstatic ARPHandlersARPHandlers.createNewHandlers()Internal use onlyARP.getHandlers()Deprecated, for removal: This API element is subject to removal in a future version.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.arp1 with parameters of type ARPHandlersModifier and TypeMethodDescriptionvoidARP.setHandlersWith(ARPHandlers handlers) Deprecated, for removal: This API element is subject to removal in a future version.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.arp1.impl
Methods in org.apache.jena.rdfxml.arp1.impl that return ARPHandlersMethods in org.apache.jena.rdfxml.arp1.impl with parameters of type ARPHandlers