Uses of Class
org.apache.jena.riot.RDFFormatVariant
Packages that use RDFFormatVariant
-
Uses of RDFFormatVariant in org.apache.jena.riot
Fields in org.apache.jena.riot declared as RDFFormatVariantModifier and TypeFieldDescriptionstatic final RDFFormatVariantRDFFormat.ABBREVRDF/XML ABBREV variantstatic final RDFFormatVariantRDFFormat.ASCIIUse ASCII output (N-triples, N-Quads)static final RDFFormatVariantRDFFormat.BLOCKSPrint in blocks, typically all triples with the same subject in an incoming triple/quad streamstatic final RDFFormatVariantRDFFormat.CANONICALVariant for RDF Canonicalization output (N-Triples and N-Quads)static final RDFFormatVariantRDFFormat.FLATPrint out one per linestatic final RDFFormatVariantRDFFormat.LONGPrint with fixed indentation width and linebreaks after each sequence elementstatic final RDFFormatVariantRDFFormat.PLAINPlain printing variantstatic final RDFFormatVariantRDFFormat.PRETTYPretty printing variantstatic final RDFFormatVariantRDFFormat.UTF8Use UTF-8 output (N-triples, N-Quads)static final RDFFormatVariantRDFFormat.ValueEncodingVariant for RDF Thrift using valuesMethods in org.apache.jena.riot that return RDFFormatVariantConstructors in org.apache.jena.riot with parameters of type RDFFormatVariant