Class StreamCanonicalLiterals
- java.lang.Object
-
- org.apache.jena.riot.system.StreamRDFWrapper
-
- org.apache.jena.riot.process.StreamRDFApplyObject
-
- org.apache.jena.riot.process.normalize.StreamCanonicalLiterals
-
- All Implemented Interfaces:
StreamRDF
public class StreamCanonicalLiterals extends StreamRDFApplyObject
Canonicalize literal lexcial forms (in the object position). Canoncialize literals use the same RDF term (same lexcial form) for a given value. So"+01"^^xsd:integeris converted to"1"^^xsd:integer. Language tags are canonicalized for case as well. SeeRDFParserBuilder.canonicalLiterals(boolean)for details.
-
-
Constructor Summary
Constructors Constructor Description StreamCanonicalLiterals(StreamRDF other)
-
Method Summary
-
Methods inherited from class org.apache.jena.riot.process.StreamRDFApplyObject
quad, triple
-
Methods inherited from class org.apache.jena.riot.system.StreamRDFWrapper
base, finish, prefix, start
-
-
-
-
Constructor Detail
-
StreamCanonicalLiterals
public StreamCanonicalLiterals(StreamRDF other)
-
-