Uses of Class
org.apache.jena.rdfpatch.text.RDFChangesWriterText
Packages that use RDFChangesWriterText
Package
Description
-
Uses of RDFChangesWriterText in org.apache.jena.rdfpatch
Methods in org.apache.jena.rdfpatch that return RDFChangesWriterTextModifier and TypeMethodDescriptionstatic RDFChangesWriterTextRDFPatchOps.textWriter(OutputStream output) AnRDFChangesthat prints RDFPatch syntax to anOutputStreamin text format. -
Uses of RDFChangesWriterText in org.apache.jena.rdfpatch.filelog
Subclasses of RDFChangesWriterText in org.apache.jena.rdfpatch.filelog -
Uses of RDFChangesWriterText in org.apache.jena.rdfpatch.text
Methods in org.apache.jena.rdfpatch.text that return RDFChangesWriterTextModifier and TypeMethodDescriptionstatic RDFChangesWriterTextRDFChangesWriterText.create(OutputStream out) Create aRDFChangesWriterwith standard text output.