com.clarkparsia.pellint.rdfxml
Class RDFModelWriter

java.lang.Object
  extended by com.clarkparsia.pellint.rdfxml.RDFModelWriter

public class RDFModelWriter
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Harris Lin

Constructor Summary
RDFModelWriter()
           
 
Method Summary
 void write(java.io.OutputStream out, RDFModel m)
           
 void writePretty(java.io.OutputStream out, RDFModel model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFModelWriter

public RDFModelWriter()
Method Detail

writePretty

public void writePretty(java.io.OutputStream out,
                        RDFModel model)
                 throws java.io.IOException
Throws:
java.io.IOException

write

public void write(java.io.OutputStream out,
                  RDFModel m)


Copyright © 2004 Evren Sirin. All Rights Reserved.