com.hp.hpl.jena.rdf.arp
Interface ARPHandler

All Superinterfaces:
ExtendedHandler, NamespaceHandler, StatementHandler

Deprecated. Renamed as ARPEventHandler.

public interface ARPHandler
extends StatementHandler, ExtendedHandler, NamespaceHandler

Convenience generalization of all ARP handler interfaces. Sample usage:

    ARPHandler h = new ARPHandler() {
     // definitions
    };
    ARP arp = new ARP();
    arp.setStatementHandler(h);
    arp.setExtendedHandler(h);
    arp.setNamespaceHandler(h);
 

Author:
Jeremy Carroll

Method Summary
 
Methods inherited from interface com.hp.hpl.jena.rdf.arp.StatementHandler
statement, statement
 
Methods inherited from interface com.hp.hpl.jena.rdf.arp.ExtendedHandler
discardNodesWithNodeID, endBNodeScope, endRDF, startRDF
 
Methods inherited from interface com.hp.hpl.jena.rdf.arp.NamespaceHandler
endPrefixMapping, startPrefixMapping
 



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