Class CanonicalizeLiteral
- java.lang.Object
-
- org.apache.jena.riot.process.normalize.CanonicalizeLiteral
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Nodeapply(Node node)Canonicaize a literal, both lexical form and language tag (RFc canonical).static NodecanonicalValue(Node node)Convert the lexical form to a canonical form if one of the known datatypes, otherwise return the node argument.static CanonicalizeLiteralget()
-
-
-
Method Detail
-
get
public static CanonicalizeLiteral get()
-
apply
public Node apply(Node node)
Canonicaize a literal, both lexical form and language tag (RFc canonical).
-
-