|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RDFWriter | |
---|---|
com.hp.hpl.jena.ontology.tidy | Implements an OWL Syntax Checker. |
com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
com.hp.hpl.jena.xmloutput | Writing RDF/XML. |
Uses of RDFWriter in com.hp.hpl.jena.ontology.tidy |
---|
Methods in com.hp.hpl.jena.ontology.tidy that return RDFWriter | |
---|---|
RDFWriter |
SyntaxProblem.setWriter(RDFWriter w)
Sets the writer used for creation of the SyntaxProblem.longDescription() . |
Methods in com.hp.hpl.jena.ontology.tidy with parameters of type RDFWriter | |
---|---|
RDFWriter |
SyntaxProblem.setWriter(RDFWriter w)
Sets the writer used for creation of the SyntaxProblem.longDescription() . |
Uses of RDFWriter in com.hp.hpl.jena.rdf.model |
---|
Methods in com.hp.hpl.jena.rdf.model that return RDFWriter | |
---|---|
RDFWriter |
RDFWriterF.getWriter()
return an RDFWriter instance for the default serialization language. |
RDFWriter |
RDFWriterF.getWriter(String lang)
an RDFWriter instance for the specified serialization language. |
Uses of RDFWriter in com.hp.hpl.jena.xmloutput |
---|
Subinterfaces of RDFWriter in com.hp.hpl.jena.xmloutput | |
---|---|
interface |
RDFXMLWriterI
This interface only adds documentation to RDFWriter . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |