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,
boolean root)
Renders the triples in the current graph into a concrete format.
|
isNotAnonymousExpression, render, renderAnonRoots
public 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, boolean root) throws IOException
RDFRendererBase
render
in class RDFRendererBase
node
- The main node to be renderedIOException
- If there was a problem rendering the triples.Copyright © 2017 The University of Manchester. All Rights Reserved.