|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Literal | |
| org.openrdf.model | RDF model interfaces. |
| org.openrdf.model.impl | Implementations of the RDF model interfaces. |
| org.openrdf.rio.ntriples | Parser and writer for RDF in N-Triples format. |
| org.openrdf.sesame.sail | RDF Storage And Inference Layer. |
| org.openrdf.sesame.sail.query | SAIL query object model. |
| org.openrdf.sesame.sail.util | Generic utility iterators for RDF SAIL implementations. |
| org.openrdf.sesame.sailimpl.memory | An implementation of the RDF SAIL API that uses main memory for storage. |
| org.openrdf.sesame.sailimpl.nativerdf | |
| org.openrdf.sesame.sailimpl.nativerdf.model | |
| org.openrdf.sesame.sailimpl.omm.security | |
| org.openrdf.sesame.sailimpl.rdbms | A generic SAIL implementation for relational databases. |
| org.openrdf.sesame.sailimpl.rdbms.iterators | |
| org.openrdf.sesame.sailimpl.rdbms.model | |
| Uses of Literal in org.openrdf.model |
| Methods in org.openrdf.model that return Literal | |
Literal |
ValueFactory.createLiteral(String value)
Creates a new literal with the supplied value. |
Literal |
ValueFactory.createLiteral(String value,
String language)
Creates a new literal with the supplied value and language attribute. |
Literal |
ValueFactory.createLiteral(String value,
URI datatype)
Creates a new literal with the supplied value and datatype. |
| Uses of Literal in org.openrdf.model.impl |
| Classes in org.openrdf.model.impl that implement Literal | |
class |
LiteralImpl
An implementation of the Literal interface. |
| Methods in org.openrdf.model.impl that return Literal | |
Literal |
ValueFactoryImpl.createLiteral(String value)
|
Literal |
ValueFactoryImpl.createLiteral(String value,
String language)
|
Literal |
ValueFactoryImpl.createLiteral(String value,
URI datatype)
|
Literal |
ValueFactoryImpl.createLiteral(String value,
String language,
String datatype)
|
| Uses of Literal in org.openrdf.rio.ntriples |
| Methods in org.openrdf.rio.ntriples that return Literal | |
static Literal |
NTriplesUtil.parseLiteral(String nTriplesLiteral,
ValueFactory valueFactory)
Parses an N-Triples literal, creates an object for it using the supplied ValueFactory and returns this object. |
| Methods in org.openrdf.rio.ntriples with parameters of type Literal | |
static String |
NTriplesUtil.toNTriplesString(Literal lit)
Creates an N-Triples string for the supplied literal. |
| Uses of Literal in org.openrdf.sesame.sail |
| Methods in org.openrdf.sesame.sail that return Literal | |
Literal |
LiteralIterator.nextLiteral()
Gets the next Literal. |
| Uses of Literal in org.openrdf.sesame.sail.query |
| Methods in org.openrdf.sesame.sail.query that return Literal | |
static Literal |
MathExpr.getValue(Literal leftLit,
Literal rightLit,
int op)
|
| Methods in org.openrdf.sesame.sail.query with parameters of type Literal | |
static Literal |
MathExpr.getValue(Literal leftLit,
Literal rightLit,
int op)
|
| Constructors in org.openrdf.sesame.sail.query with parameters of type Literal | |
LiteralExpr(Literal lit)
|
|
| Uses of Literal in org.openrdf.sesame.sail.util |
| Methods in org.openrdf.sesame.sail.util that return Literal | |
Literal |
EmptyLiteralIterator.nextLiteral()
Always throws a NoSuchElementException as there are no results in an EmptyLiteralIterator. |
| Uses of Literal in org.openrdf.sesame.sailimpl.memory |
| Classes in org.openrdf.sesame.sailimpl.memory that implement Literal | |
class |
LiteralNode
An extension of Literal giving it node properties. |
| Methods in org.openrdf.sesame.sailimpl.memory that return Literal | |
Literal |
RdfSource.createLiteral(String value)
|
Literal |
RdfSource.createLiteral(String value,
String language)
|
Literal |
RdfSource.createLiteral(String value,
URI datatype)
|
Literal |
MemLiteralIterator.nextLiteral()
|
| Uses of Literal in org.openrdf.sesame.sailimpl.nativerdf |
| Methods in org.openrdf.sesame.sailimpl.nativerdf that return Literal | |
Literal |
ValueStore.createLiteral(String value)
|
Literal |
ValueStore.createLiteral(String value,
String language)
|
Literal |
ValueStore.createLiteral(String value,
URI datatype)
|
| Uses of Literal in org.openrdf.sesame.sailimpl.nativerdf.model |
| Classes in org.openrdf.sesame.sailimpl.nativerdf.model that implement Literal | |
class |
NativeLiteral
|
| Uses of Literal in org.openrdf.sesame.sailimpl.omm.security |
| Methods in org.openrdf.sesame.sailimpl.omm.security with parameters of type Literal | |
void |
PatternRestriction.addObjectRestriction(Literal literal)
Adds an object restriction. |
| Uses of Literal in org.openrdf.sesame.sailimpl.rdbms |
| Methods in org.openrdf.sesame.sailimpl.rdbms that return Literal | |
Literal |
RdfSource.createLiteral(String value)
|
Literal |
RdfSource.createLiteral(String value,
String language)
|
Literal |
RdfSource.createLiteral(String value,
URI datatype)
|
| Uses of Literal in org.openrdf.sesame.sailimpl.rdbms.iterators |
| Methods in org.openrdf.sesame.sailimpl.rdbms.iterators that return Literal | |
Literal |
RdbmsLiteralIterator.nextLiteral()
|
| Uses of Literal in org.openrdf.sesame.sailimpl.rdbms.model |
| Classes in org.openrdf.sesame.sailimpl.rdbms.model that implement Literal | |
class |
IdLiteral
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||