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 Node
apply(Node node)
Canonicaize a literal, both lexical form and language tag (RFc canonical).static Node
canonicalValue(Node node)
Convert the lexical form to a canonical form if one of the known datatypes, otherwise return the node argument.static CanonicalizeLiteral
get()
-
-
-
Method Detail
-
get
public static CanonicalizeLiteral get()
-
apply
public Node apply(Node node)
Canonicaize a literal, both lexical form and language tag (RFc canonical).
-
-