public class OWLXMLRenderer extends AbstractOWLRenderer
Constructor and Description |
---|
OWLXMLRenderer() |
OWLXMLRenderer(OWLOntologyManager owlOntologyManager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
render(OWLOntology ontology,
java.io.Writer writer)
Renders the specified ontology using the specified writer.
|
void |
render(OWLOntology ontology,
java.io.Writer writer,
OWLOntologyFormat format) |
getOWLOntologyManager, render, setOWLOntologyManager
@Deprecated public OWLXMLRenderer(OWLOntologyManager owlOntologyManager)
public OWLXMLRenderer()
public void render(OWLOntology ontology, java.io.Writer writer, OWLOntologyFormat format) throws OWLRendererException
OWLRendererException
public void render(OWLOntology ontology, java.io.Writer writer) throws OWLRendererException
AbstractOWLRenderer
render
in class AbstractOWLRenderer
ontology
- the ontology to renderwriter
- The writer that should be used to write the ontology.
Note that this writer need not be wrapped with a BufferedWriter
because this is taken care of by this abstract implementation.OWLRendererException
- if exceptions arise