org.openjena.riot.pipeline.normalize
Class CanonicalizeLiteral

java.lang.Object
  extended by org.openjena.riot.pipeline.normalize.CanonicalizeLiteral
All Implemented Interfaces:
NodeTransform, Transform<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node>

public class CanonicalizeLiteral
extends Object
implements NodeTransform


Method Summary
 com.hp.hpl.jena.graph.Node convert(com.hp.hpl.jena.graph.Node node)
           
static CanonicalizeLiteral get()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static CanonicalizeLiteral get()

convert

public com.hp.hpl.jena.graph.Node convert(com.hp.hpl.jena.graph.Node node)
Specified by:
convert in interface NodeTransform
Specified by:
convert in interface Transform<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node>


Licenced under the Apache License, Version 2.0