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) void
reset()
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:
createTriple
in interfaceFactoryRDF
-
createQuad
- Specified by:
createQuad
in interfaceFactoryRDF
-
createURI
- Specified by:
createURI
in interfaceFactoryRDF
-
createTypedLiteral
- Specified by:
createTypedLiteral
in interfaceFactoryRDF
-
createLangLiteral
- Specified by:
createLangLiteral
in interfaceFactoryRDF
-
createStringLiteral
- Specified by:
createStringLiteral
in interfaceFactoryRDF
-
createBlankNode
Description copied from interface:FactoryRDF
Create a blank with the internal system id taken from 128 bit number provided. This must be compatible withUUID
so the variant and version bits must agree with RFC 4122.- Specified by:
createBlankNode
in interfaceFactoryRDF
- See Also:
-
createBlankNode
Description copied from interface:FactoryRDF
Create a blank node with the given string as internal system id- Specified by:
createBlankNode
in interfaceFactoryRDF
-
createBlankNode
Description copied from interface:FactoryRDF
Create a blank node which is completely new and used nowhere else.- Specified by:
createBlankNode
in interfaceFactoryRDF
-
reset
public void reset()Description copied from interface:FactoryRDF
Reset any internal state that should not be carried across parse runs (e.g. blank node labels).- Specified by:
reset
in interfaceFactoryRDF
-