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

Class GraphUTLFParser

  • All Implemented Interfaces:
    org.jrdf.parser.Parser


    public class GraphUTLFParser
    extends Object
    implements org.jrdf.parser.Parser
    An RDF/XML parser that adds every triple encountered to a JRDF Graph. Use the default parser configuration.
    Version:
    $Revision: 1.3 $
    • Constructor Detail

      • GraphUTLFParser

        public GraphUTLFParser(org.jrdf.graph.Graph graph)
                        throws org.jrdf.graph.GraphException
        Throws:
        org.jrdf.graph.GraphException
      • GraphUTLFParser

        public GraphUTLFParser(org.jrdf.graph.Graph graph,
                               org.jrdf.parser.ParserBlankNodeFactory blankNodeFactory)
                        throws org.jrdf.graph.GraphException
        Throws:
        org.jrdf.graph.GraphException
    • Method Detail

      • parse

        public void parse(InputStream in,
                          String baseURI)
                   throws IOException,
                          org.jrdf.parser.ParseException,
                          org.jrdf.parser.StatementHandlerException
        Specified by:
        parse in interface org.jrdf.parser.Parser
        Throws:
        IOException
        org.jrdf.parser.ParseException
        org.jrdf.parser.StatementHandlerException
      • parse

        public void parse(Reader reader,
                          String baseURI)
                   throws IOException,
                          org.jrdf.parser.ParseException,
                          org.jrdf.parser.StatementHandlerException
        Specified by:
        parse in interface org.jrdf.parser.Parser
        Throws:
        IOException
        org.jrdf.parser.ParseException
        org.jrdf.parser.StatementHandlerException
EDB/Java

EDB Working Group at Mon Dec 15 16:45:05 JST 2025