Skip navigation links
EDB/Java
jp.ac.tokushima_u.db.utlf.writer

Class ResourceStatement

  • All Implemented Interfaces:
    UTLFWritable


    public class ResourceStatement
    extends Object
    implements UTLFWritable
    Represents a statement about a resource.
    • Constructor Detail

      • ResourceStatement

        public ResourceStatement(org.jrdf.writer.RdfNamespaceMap names,
                                 org.jrdf.writer.BlankNodeRegistry registry)
    • Method Detail

      • getTriple

        public org.jrdf.graph.Triple getTriple()
      • setTriple

        public void setTriple(org.jrdf.graph.Triple triple)
      • write

        public void write(PrintWriter writer)
                   throws IOException,
                          org.jrdf.writer.WriteException
        Description copied from interface: UTLFWritable
        Writes contents to the writer in RDF/XML format.
        Specified by:
        write in interface UTLFWritable
        Parameters:
        writer - Writer output
        Throws:
        IOException - If an exception occurs while writing output.
        org.jrdf.writer.WriteException - If contents could not be written.
      • setAndWriteTriple

        public void setAndWriteTriple(org.jrdf.graph.Triple triple,
                                      PrintWriter writer)
                               throws IOException,
                                      org.jrdf.writer.WriteException
        Throws:
        IOException
        org.jrdf.writer.WriteException
EDB/Java

EDB Working Group at Tue Jun 10 17:08:59 JST 2025