edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter
Class RDFResourceCollectionContentWriter
java.lang.Object
edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.RDFResourceCollectionContentWriter
- All Implemented Interfaces:
- RDFXMLContentWriter
- public class RDFResourceCollectionContentWriter
- extends Object
- implements RDFXMLContentWriter
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: March 22, 2005
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resources
private Collection resources
checker
private RDFAxiomRenderer.RenderableAxiomsChecker checker
tripleStore
private TripleStore tripleStore
RDFResourceCollectionContentWriter
public RDFResourceCollectionContentWriter(Collection resources,
TripleStore tripleStore)
- Renders a collection of RDFResources (the axioms about
the resources). Note that this does not render the opening
and closing rdf:RDF document element and namespace declarations.
- Parameters:
resources
- A collection of RDFResources.
writeContent
public void writeContent(XMLWriter writer)
- Specified by:
writeContent
in interface RDFXMLContentWriter