public class RDFXMLRenderer extends RDFRendererBase
| Constructor and Description |
|---|
RDFXMLRenderer(OWLOntology ontology,
Writer w) |
RDFXMLRenderer(OWLOntology ontology,
Writer w,
OWLDocumentFormat format) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLEntity> |
getUnserialisableEntities() |
void |
render(RDFResource node)
Renders the triples in the current graph into a concrete format.
|
render, renderAnonRootspublic RDFXMLRenderer(@Nonnull OWLOntology ontology, @Nonnull Writer w)
ontology - ontologyw - writerpublic RDFXMLRenderer(@Nonnull OWLOntology ontology, @Nonnull Writer w, @Nonnull OWLDocumentFormat format)
ontology - ontologyw - writerformat - format@Nonnull public Set<OWLEntity> getUnserialisableEntities()
public void render(@Nonnull RDFResource node) throws IOException
RDFRendererBaserender in class RDFRendererBasenode - The main node to be renderedIOException - If there was a problem rendering the triples.Copyright © 2015 The University of Manchester. All Rights Reserved.