Class RDFXMLParser

java.lang.Object
com.stardog.stark.io.rdfxml.RDFXMLParser
All Implemented Interfaces:
RDFParser

public final class RDFXMLParser extends Object implements RDFParser

Default RDFParser for the RDF/XML format

Since:
1.0
Version:
1.0
Author:
Michael Grove
  • Constructor Details

    • RDFXMLParser

      public RDFXMLParser()
  • Method Details

    • format

      @Nonnull public RDFFormat format()
      The format this parser can parse
      Specified by:
      format in interface RDFParser
      Returns:
      the format
    • parse

      public void parse(@Nonnull InputStream theStream, @Nonnull RDFHandler theHandler, @Nonnull Options theOptions) throws IOException
      Parse the content
      Specified by:
      parse in interface RDFParser
      Parameters:
      theStream - the stream to read from
      theHandler - the handler to pass parse events to
      theOptions - the parsing options
      Throws:
      IOException - if there was an error while reading from the stream