This project has retired. For details please refer to its Attic page.
RDFXMLWriter (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

org.apache.any23.writer
Class RDFXMLWriter

java.lang.Object
  extended by org.apache.any23.writer.RDFWriterTripleHandler
      extended by org.apache.any23.writer.RDFXMLWriter
All Implemented Interfaces:
FormatWriter, TripleHandler

public class RDFXMLWriter
extends RDFWriterTripleHandler
implements FormatWriter

RDF/XML writer implementation.


Constructor Summary
RDFXMLWriter(OutputStream out)
           
 
Method Summary
 
Methods inherited from class org.apache.any23.writer.RDFWriterTripleHandler
close, closeContext, endDocument, isAnnotated, openContext, receiveNamespace, receiveTriple, setAnnotated, setContentLength, startDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.any23.writer.FormatWriter
isAnnotated, setAnnotated
 
Methods inherited from interface org.apache.any23.writer.TripleHandler
close, closeContext, endDocument, openContext, receiveNamespace, receiveTriple, setContentLength, startDocument
 

Constructor Detail

RDFXMLWriter

public RDFXMLWriter(OutputStream out)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.