Class SparqlStmtParserImpl

java.lang.Object
org.aksw.jenax.stmt.core.SparqlStmtParserImpl
All Implemented Interfaces:
Function<String,SparqlStmt>, SparqlStmtParser

public class SparqlStmtParserImpl extends Object implements SparqlStmtParser
Default implementation that delegates statement parsing to SparqlQueryParser and SparqlUpdateParser.
Author:
raven
  • Field Details

    • queryParser

      protected SparqlQueryParser queryParser
    • updateParser

      protected SparqlUpdateParser updateParser
    • parserBase

      protected String parserBase
    • actAsClassifier

      protected boolean actAsClassifier
      If true, parsing will never throw an exception. Instead, the returned stmt's .isParsed() method will return false, and the original queryString / updateString can be obtained.
  • Constructor Details

  • Method Details