Class RDFHandlers.DefaultRDFHandler

java.lang.Object
com.stardog.stark.io.AbstractRDFHandler
com.stardog.stark.io.RDFHandlers.DefaultRDFHandler
All Implemented Interfaces:
RDFHandler
Enclosing class:
RDFHandlers

public static final class RDFHandlers.DefaultRDFHandler extends AbstractRDFHandler
  • Constructor Details

  • Method Details

    • handle

      public void handle(@Nonnull Statement theStmt)
      Description copied from interface: RDFHandler
      Event for when a statement was encountered
      Parameters:
      theStmt - the statement
    • namespace

      public void namespace(@Nonnull String thePrefix, @Nonnull String theIRI)
      Description copied from class: AbstractRDFHandler
      Event for when a namespace was encountered
      Specified by:
      namespace in interface RDFHandler
      Overrides:
      namespace in class AbstractRDFHandler
      Parameters:
      thePrefix - the namespace prefix
      theIRI - the associated IRI