Note that in preview releases of Jena2 it was also possible to specify a language type. Changes to the RDF specification mean that this is no longer legal except for plain literals. To create a plain literal with a language tag use {@link #createLiteral(String,String) createLiteral}. @param lex the lexical form of the literal @param dtype the type of the literal, null for old style "plain" literals @throws DatatypeFormatException if lex is not a legal form of dtype
value
is of an invalid type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|