public class RDFXMLRenderer extends RDFRendererBase
Constructor | Description |
---|---|
RDFXMLRenderer(OWLOntology ontology,
Writer w) |
|
RDFXMLRenderer(OWLOntology ontology,
Writer w,
OWLDocumentFormat format) |
Modifier and Type | Method | Description |
---|---|---|
Set<OWLEntity> |
getUnserialisableEntities() |
|
void |
render(RDFResource node,
boolean root) |
Renders the triples in the current graph into a concrete format.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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 renderedroot
- true if rootIOException
- If there was a problem rendering the triples.Copyright © 2018 The University of Manchester. All rights reserved.