|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.rdf.implementation.model.NodeFactoryImpl
Constructor Summary | |
NodeFactoryImpl()
|
Method Summary | |
Literal |
createLiteral(java.lang.String str)
Creates a literal out of a string |
Resource |
createOrdinal(int i)
Creates an ordinal property (rdf:li, rdf:_N) |
Resource |
createResource(java.lang.String str)
Creates a resource out of a string |
Statement |
createStatement(Resource subject,
Resource predicate,
RDFNode object)
Creates a triple |
Resource |
createUniqueResource()
Creates a resource with a unique ID |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NodeFactoryImpl()
Method Detail |
public Resource createResource(java.lang.String str)
public Literal createLiteral(java.lang.String str)
public Statement createStatement(Resource subject, Resource predicate, RDFNode object)
public Resource createUniqueResource()
public Resource createOrdinal(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |