Class TriXWriter

    • Constructor Detail

      • TriXWriter

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

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

        protected TriXWriter​(XMLWriter xmlWriter)