org.jrdf.writer.rdfxml
Interface ResourceWriter

All Superinterfaces:
TypedNodeVisitor
All Known Implementing Classes:
ResourceWriterImpl

public interface ResourceWriter
extends TypedNodeVisitor


Method Summary
 void setTriple(Triple triple)
           
 void writeEnd()
           
 void writeNestedStatements(IteratorStack<Triple> stack)
           
 void writeStart()
           
 
Methods inherited from interface org.jrdf.graph.TypedNodeVisitor
visitBlankNode, visitLiteral, visitNode, visitResource, visitURIReference
 

Method Detail

setTriple

void setTriple(Triple triple)

writeStart

void writeStart()
                throws WriteException
Throws:
WriteException

writeNestedStatements

void writeNestedStatements(IteratorStack<Triple> stack)
                           throws WriteException,
                                  javax.xml.stream.XMLStreamException
Throws:
WriteException
javax.xml.stream.XMLStreamException

writeEnd

void writeEnd()
              throws WriteException
Throws:
WriteException