Class RdfXmlReader


  • public class RdfXmlReader
    extends RdfReader
    Handler of RDF content according to the RDF/XML format.
    • Constructor Detail

      • RdfXmlReader

        public RdfXmlReader​(Representation rdfRepresentation,
                            GraphHandler graphHandler)
        Constructor.
        Parameters:
        rdfRepresentation - The representation to read.
        graphHandler - The graph handler invoked during the parsing.
        Throws:
        java.io.IOException
    • Method Detail

      • parse

        public void parse()
                   throws java.io.IOException
        Parses the current representation.
        Specified by:
        parse in class RdfReader
        Throws:
        java.lang.Exception
        java.io.IOException