|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> rdf >> arp >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.hp.hpl.jena.rdf.arp.test
Class MoreTests.ToStringStatementHandler

java.lang.Objectcom.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
- extends java.lang.Object
| 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:
statementin interfacecom.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:
statementin interfacecom.hp.hpl.jena.rdf.arp.StatementHandler
|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> rdf >> arp >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.hp.hpl.jena.rdf.arp.test.MoreTests.ToStringStatementHandler