Uses of Interface
com.hp.hpl.jena.rdf.arp.NamespaceHandler

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

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

Subinterfaces of NamespaceHandler in com.hp.hpl.jena.rdf.arp
 interface ARPEventHandler
          Convenience generalization of all ARP handler interfaces.
 interface ARPHandler
          Deprecated. Renamed as ARPEventHandler.
 

Methods in com.hp.hpl.jena.rdf.arp that return NamespaceHandler
 NamespaceHandler ARPHandlers.setNamespaceHandler(NamespaceHandler sh)
          Sets the NamespaceHandler that provides the callback mechanism for XML namespace declarations.
 NamespaceHandler ARP.setNamespaceHandler(NamespaceHandler nh)
          Deprecated. Use ARP.getHandlers().setNamespaceHandler(nh)
 

Methods in com.hp.hpl.jena.rdf.arp with parameters of type NamespaceHandler
 NamespaceHandler ARPHandlers.setNamespaceHandler(NamespaceHandler sh)
          Sets the NamespaceHandler that provides the callback mechanism for XML namespace declarations.
 NamespaceHandler ARP.setNamespaceHandler(NamespaceHandler nh)
          Deprecated. Use ARP.getHandlers().setNamespaceHandler(nh)
 



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