Class RDFXMLWriter

    • Field Detail

      • writer

        protected final Writer writer
      • defaultNamespace

        protected String defaultNamespace
      • headerWritten

        protected boolean headerWritten
      • lastWrittenSubject

        protected Resource lastWrittenSubject
      • quote

        protected char quote
      • entityQuote

        protected boolean entityQuote
    • Constructor Detail

      • RDFXMLWriter

        public RDFXMLWriter​(OutputStream out)
        Creates a new RDFXMLWriter that will write to the supplied OutputStream.
        Parameters:
        out - The OutputStream to write the RDF/XML document to.
      • RDFXMLWriter

        public RDFXMLWriter​(OutputStream out,
                            ParsedIRI baseIRI)
        Creates a new RDFXMLWriter that will write to the supplied OutputStream.
        Parameters:
        out - The OutputStream to write the RDF/XML document to.
        baseIRI - base URI
      • RDFXMLWriter

        public RDFXMLWriter​(Writer writer)
        Creates a new RDFXMLWriter that will write to the supplied Writer.
        Parameters:
        writer - The Writer to write the RDF/XML document to.
      • RDFXMLWriter

        public RDFXMLWriter​(Writer writer,
                            ParsedIRI baseIRI)
        Creates a new RDFXMLWriter that will write to the supplied Writer.
        Parameters:
        writer - The Writer to write the RDF/XML document to.
        baseIRI - base URI