Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hp.hpl.jena.rdf.arp.test
Class MoreTests.ToStringStatementHandler  view MoreTests.ToStringStatementHandler download MoreTests.ToStringStatementHandler.java

java.lang.Object
  extended bycom.hp.hpl.jena.rdf.arp.test.MoreTests.ToStringStatementHandler
All Implemented Interfaces:
com.hp.hpl.jena.rdf.arp.StatementHandler
Enclosing class:
MoreTests

static class MoreTests.ToStringStatementHandler
extends java.lang.Object
implements com.hp.hpl.jena.rdf.arp.StatementHandler


Field Summary
(package private)  java.lang.String obj
           
(package private)  java.lang.String subj
           
 
Constructor Summary
(package private) MoreTests.ToStringStatementHandler()
           
 
Method Summary
 void statement(com.hp.hpl.jena.rdf.arp.AResource sub, com.hp.hpl.jena.rdf.arp.AResource pred, com.hp.hpl.jena.rdf.arp.ALiteral lit)
          A triple in the file.
 void statement(com.hp.hpl.jena.rdf.arp.AResource sub, com.hp.hpl.jena.rdf.arp.AResource pred, com.hp.hpl.jena.rdf.arp.AResource ob)
          A triple in the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

obj

java.lang.String obj

subj

java.lang.String subj
Constructor Detail

MoreTests.ToStringStatementHandler

MoreTests.ToStringStatementHandler()
Method Detail

statement

public void statement(com.hp.hpl.jena.rdf.arp.AResource sub,
                      com.hp.hpl.jena.rdf.arp.AResource pred,
                      com.hp.hpl.jena.rdf.arp.ALiteral lit)
Description copied from interface: com.hp.hpl.jena.rdf.arp.StatementHandler
A triple in the file.

Specified by:
statement in interface com.hp.hpl.jena.rdf.arp.StatementHandler

statement

public void statement(com.hp.hpl.jena.rdf.arp.AResource sub,
                      com.hp.hpl.jena.rdf.arp.AResource pred,
                      com.hp.hpl.jena.rdf.arp.AResource ob)
Description copied from interface: com.hp.hpl.jena.rdf.arp.StatementHandler
A triple in the file.

Specified by:
statement in interface com.hp.hpl.jena.rdf.arp.StatementHandler