Class JSONLDInternalTripleCallback

java.lang.Object
org.eclipse.rdf4j.rio.jsonld.JSONLDInternalTripleCallback
All Implemented Interfaces:
com.github.jsonldjava.core.JsonLdTripleCallback

class JSONLDInternalTripleCallback extends Object implements com.github.jsonldjava.core.JsonLdTripleCallback
A package private internal implementation class
  • Field Details

  • Constructor Details

  • Method Details

    • triple

      private void triple(String s, String p, String o, String graph)
    • createResource

      private Resource createResource(String resource)
    • triple

      private void triple(String s, String p, String value, String datatype, String language, String graph)
    • getParserErrorListener

      public ParseErrorListener getParserErrorListener()
    • getHandler

      public RDFHandler getHandler()
      Returns:
      the handler
    • setHandler

      public void setHandler(RDFHandler handler)
      Parameters:
      handler - the handler to set
    • getParserConfig

      public ParserConfig getParserConfig()
      Returns:
      the parserConfig
    • setParserConfig

      public void setParserConfig(ParserConfig parserConfig)
      Parameters:
      parserConfig - the parserConfig to set
    • getValueFactory

      public ValueFactory getValueFactory()
      Returns:
      the vf
    • setValueFactory

      public void setValueFactory(ValueFactory vf)
      Parameters:
      vf - the vf to set
    • call

      public Object call(com.github.jsonldjava.core.RDFDataset dataset)
      Specified by:
      call in interface com.github.jsonldjava.core.JsonLdTripleCallback