org.jrdf.writer.rdfxml
Interface PredicateObjectWriter

All Superinterfaces:
TypedNodeVisitor
All Known Implementing Classes:
PredicateObjectWriterImpl

public interface PredicateObjectWriter
extends TypedNodeVisitor


Method Summary
 void writePredicateObject(PredicateNode predicate, ObjectNode object)
           
 
Methods inherited from interface org.jrdf.graph.TypedNodeVisitor
visitBlankNode, visitLiteral, visitNode, visitResource, visitURIReference
 

Method Detail

writePredicateObject

void writePredicateObject(PredicateNode predicate,
                          ObjectNode object)
                          throws WriteException
Throws:
WriteException