Uses of Class
com.hp.hpl.jena.rdf.arp.ARPHandlers

Packages that use ARPHandlers
com.hp.hpl.jena.rdf.arp A parser for RDF/XML
 

Uses of ARPHandlers in com.hp.hpl.jena.rdf.arp
 

Methods in com.hp.hpl.jena.rdf.arp that return ARPHandlers
 ARPHandlers ARPConfig.getHandlers()
          The handlers used during parsing.
 ARPHandlers SAX2RDF.getHandlers()
          This is used when configuring a parser that is not loading into a Jena Model, but is processing the triples etc. in some other way.
 ARPHandlers ARP.getHandlers()
          The handlers used during parsing.
 

Methods in com.hp.hpl.jena.rdf.arp with parameters of type ARPHandlers
 void ARPConfig.setHandlersWith(ARPHandlers handlers)
          Copies the handlers from the argument to be used by this instance.
 void SAX2RDF.setHandlersWith(ARPHandlers handlers)
          This is used when configuring a parser that is not loading into a Jena Model, but is processing the triples etc. in some other way.
 void ARP.setHandlersWith(ARPHandlers handlers)
          Copies the handlers from the argument to be used by this instance.
 



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP