java.lang.Object
org.apache.jena.riot.system.FactoryRDFStd
- All Implemented Interfaces:
FactoryRDF
- Direct Known Subclasses:
FactoryRDFCaching
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a blank node which is completely new and used nowhere else.createBlankNode(long mostSigBits, long leastSigBits) Create a blank with the internal system id taken from 128 bit number provided.createBlankNode(String label) Create a blank node with the given string as internal system idcreateLangLiteral(String lexical, String langTag) createQuad(Node graph, Node subject, Node predicate, Node object) createStringLiteral(String lexical) createTriple(Node subject, Node predicate, Node object) createTypedLiteral(String lexical, RDFDatatype datatype) voidreset()Reset any internal state that should not be carried across parse runs (e.g.
-
Constructor Details
-
FactoryRDFStd
public FactoryRDFStd() -
FactoryRDFStd
-
-
Method Details
-
createTriple
- Specified by:
createTriplein interfaceFactoryRDF
-
createQuad
- Specified by:
createQuadin interfaceFactoryRDF
-
createURI
- Specified by:
createURIin interfaceFactoryRDF
-
createTypedLiteral
- Specified by:
createTypedLiteralin interfaceFactoryRDF
-
createLangLiteral
- Specified by:
createLangLiteralin interfaceFactoryRDF
-
createStringLiteral
- Specified by:
createStringLiteralin interfaceFactoryRDF
-
createBlankNode
Description copied from interface:FactoryRDFCreate a blank with the internal system id taken from 128 bit number provided. This must be compatible withUUIDso the variant and version bits must agree with RFC 4122.- Specified by:
createBlankNodein interfaceFactoryRDF- See Also:
-
createBlankNode
Description copied from interface:FactoryRDFCreate a blank node with the given string as internal system id- Specified by:
createBlankNodein interfaceFactoryRDF
-
createBlankNode
Description copied from interface:FactoryRDFCreate a blank node which is completely new and used nowhere else.- Specified by:
createBlankNodein interfaceFactoryRDF
-
reset
public void reset()Description copied from interface:FactoryRDFReset any internal state that should not be carried across parse runs (e.g. blank node labels).- Specified by:
resetin interfaceFactoryRDF
-