Uses of Interface
no.hasmac.rdf.RdfLiteral
Packages that use RdfLiteral
-
Uses of RdfLiteral in no.hasmac.rdf
Methods in no.hasmac.rdf that return RdfLiteralModifier and TypeMethodDescriptiondefault RdfLiteralRdfLiteral.asLiteral()default RdfLiteralRdfResource.asLiteral()RdfValue.asLiteral()Return the RdfValue as a RdfLiteralstatic RdfLiteralRdf.createLangString(String lexicalForm, String langTag) static RdfLiteralRdf.createString(String lexicalForm) static RdfLiteralRdf.createTypedString(String lexicalForm, String dataType) Methods in no.hasmac.rdf that return types with arguments of type RdfLiteralModifier and TypeMethodDescriptionstatic RdfValueFactory<RdfTriple, RdfNQuad, RdfResource, RdfResource, RdfResource, RdfLiteral, RdfValue> Rdf.createValueFactory() -
Uses of RdfLiteral in no.hasmac.rdf.impl
Classes in no.hasmac.rdf.impl that implement RdfLiteralMethods in no.hasmac.rdf.impl that return RdfLiteralModifier and TypeMethodDescriptionDefaultRdfProvider.createLangString(String lexicalForm, String langTag) DefaultRdfProvider.createString(String lexicalForm) DefaultRdfProvider.createTypedLiteral(String lexicalForm, String datatype) -
Uses of RdfLiteral in no.hasmac.rdf.io.nquad
Methods in no.hasmac.rdf.io.nquad that return RdfLiteralMethods in no.hasmac.rdf.io.nquad with parameters of type RdfLiteral -
Uses of RdfLiteral in no.hasmac.rdf.spi
Classes in no.hasmac.rdf.spi that implement interfaces with type arguments of type RdfLiteral